Checkstyle Results

The following document contains the results of Checkstyle 12.1.2-SNAPSHOT with /home/stoyan/Documents/github/contribution/checkstyle-tester/my_check.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
5911 0 17590 0

Rules

Category Rule Violations Severity
imports AvoidStarImport 1976  Warning
AvoidStaticImport 2113  Warning
CustomImportOrder 6600  Warning
ImportOrder 6893  Warning
UnusedImports 8  Warning

Details

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/AbstractAspectJAdvice.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 25
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.AopInvocationException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.AopInvocationException' 32

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscoverer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.JoinPoint' 27
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.JoinPoint' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ParameterNameDiscoverer' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ParameterNameDiscoverer' 32

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJAfterAdvice.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.AfterAdvice' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.AfterAdvice' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJAfterReturningAdvice.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.AfterAdvice' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.AfterAdvice' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJAfterThrowingAdvice.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.AfterAdvice' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.AfterAdvice' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJAopUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJAroundAdvice.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ProxyMethodInvocation' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ProxyMethodInvocation' 26

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJExpressionPointcut.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 27
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 45
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 45

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJMethodBeforeAdvice.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJPointcutAdvisor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJProxyUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/DeclareParentsAdvisor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/MethodInvocationProceedingJoinPoint.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.JoinPoint' 22
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.JoinPoint' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ProxyMethodInvocation' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ProxyMethodInvocation' 29

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/RuntimeTestWalker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.weaver.ReferenceType' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.weaver.ReferenceType' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 40

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/TypePatternClassFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AspectJExpressionPointcut' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AspectJExpressionPointcut' 41

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AnnotationAwareAspectJAutoProxyCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 23

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AspectJAdvisorFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 22
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AspectJProxyFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.reflect.PerClauseKind' 23
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.reflect.PerClauseKind' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 25

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AspectMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/BeanFactoryAspectJAdvisorsBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.reflect.PerClauseKind' 25
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.reflect.PerClauseKind' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 27

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/ReflectiveAspectJAdvisorFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 27
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 36

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/autoproxy/AspectJAwareAdvisorAutoProxyCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 23
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 27

spring-framework/spring-aop/src/main/java/org/springframework/aop/aspectj/autoproxy/AspectJPrecedenceComparator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/config/AbstractInterceptorDrivenBeanDefinitionDecorator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Node' 21
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Node' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactoryBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactoryBean' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.framework.ProxyFactoryBean' import. 23

spring-framework/spring-aop/src/main/java/org/springframework/aop/config/AopConfigUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/config/AopNamespaceUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/config/AspectJAutoProxyBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 23

spring-framework/spring-aop/src/main/java/org/springframework/aop/config/ConfigBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AspectJAfterAdvice' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AspectJAfterAdvice' 26
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.aspectj.AspectJAfterAdvice' import. 26

spring-framework/spring-aop/src/main/java/org/springframework/aop/config/MethodLocatingFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/config/ScopedProxyBeanDefinitionDecorator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedProxyUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedProxyUtils' 22
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.scope.ScopedProxyUtils' import. 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/config/SpringConfiguredBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/AbstractAdvisingBeanPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/Advised.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/AdvisedSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 30
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 32

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/AopProxyUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.SpringProxy' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.SpringProxy' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/CglibAopProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 28
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 33

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/DefaultAdvisorChainFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.Interceptor' 25
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.Interceptor' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 28

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/DefaultAopProxyFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.SpringProxy' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.SpringProxy' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/InterceptorAndDynamicMethodMatcher.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.MethodMatcher' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.MethodMatcher' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/JdkDynamicAopProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 25
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.AopInvocationException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.AopInvocationException' 29

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/ObjenesisCglibAopProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cglib.proxy.Callback' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cglib.proxy.Callback' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/ProxyConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/ProxyCreatorSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/ProxyFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/ProxyFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 28
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 33

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/ReflectiveMethodInvocation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 25
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ProxyMethodInvocation' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ProxyMethodInvocation' 28

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AdvisorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AdvisorAdapterRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AfterReturningAdviceAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AfterReturningAdviceInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.AfterAdvice' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.AfterAdvice' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/adapter/DefaultAdvisorAdapterRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 23
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 26

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/adapter/MethodBeforeAdviceAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/adapter/MethodBeforeAdviceInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/adapter/ThrowsAdviceAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/adapter/ThrowsAdviceInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.AfterAdvice' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.AfterAdvice' 29

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/AbstractAdvisorAutoProxyCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/AbstractAutoProxyCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 29
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 33

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/BeanFactoryAdvisorRetrievalHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 25

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/BeanNameAutoProxyCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/target/AbstractBeanFactoryBasedTargetSourceCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 26

spring-framework/spring-aop/src/main/java/org/springframework/aop/interceptor/AbstractMonitoringInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/interceptor/AbstractTraceInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 26

spring-framework/spring-aop/src/main/java/org/springframework/aop/interceptor/AsyncExecutionAspectSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 28

spring-framework/spring-aop/src/main/java/org/springframework/aop/interceptor/AsyncExecutionInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 27

spring-framework/spring-aop/src/main/java/org/springframework/aop/interceptor/ConcurrencyThrottleInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ConcurrencyThrottleSupport' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ConcurrencyThrottleSupport' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/interceptor/CustomizableTraceInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 23
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Constants' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Constants' 26

spring-framework/spring-aop/src/main/java/org/springframework/aop/interceptor/ExposeBeanNameAdvisors.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/interceptor/ExposeInvocationInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/interceptor/PerformanceMonitorInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StopWatch' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StopWatch' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/interceptor/SimpleAsyncUncaughtExceptionHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/scope/DefaultScopedObject.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableBeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableBeanFactory' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/scope/ScopedProxyFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.AopInfrastructureBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.AopInfrastructureBean' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/AbstractBeanFactoryPointcutAdvisor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 22
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/AbstractPointcutAdvisor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.PointcutAdvisor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.PointcutAdvisor' 23

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/AbstractRegexpMethodPointcut.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/AopUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 27

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/ClassFilters.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/ComposablePointcut.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/ControlFlowPointcut.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/DefaultIntroductionAdvisor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 23
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 25

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/DefaultPointcutAdvisor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 23

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/DelegatePerTargetObjectIntroductionInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 22
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.DynamicIntroductionAdvice' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.DynamicIntroductionAdvice' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/DelegatingIntroductionInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.DynamicIntroductionAdvice' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.DynamicIntroductionAdvice' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/DynamicMethodMatcher.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.MethodMatcher' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.MethodMatcher' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/IntroductionInfoSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 28
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.IntroductionInfo' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.IntroductionInfo' 30

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/MethodMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/NameMatchMethodPointcut.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 25

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/NameMatchMethodPointcutAdvisor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/Pointcuts.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.MethodMatcher' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.MethodMatcher' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/RegexpMethodPointcutAdvisor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 23

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/RootClassFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/StaticMethodMatcher.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.MethodMatcher' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.MethodMatcher' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/StaticMethodMatcherPointcutAdvisor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 23

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/annotation/AnnotationClassFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/annotation/AnnotationMatchingPointcut.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/support/annotation/AnnotationMethodMatcher.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/target/AbstractBeanFactoryBasedTargetSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/target/AbstractLazyCreationTargetSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/target/AbstractPrototypeBasedTargetSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 24

spring-framework/spring-aop/src/main/java/org/springframework/aop/target/CommonsPoolTargetSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23

spring-framework/spring-aop/src/main/java/org/springframework/aop/target/EmptyTargetSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/target/HotSwappableTargetSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/target/SingletonTargetSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 21

spring-framework/spring-aop/src/main/java/org/springframework/aop/target/ThreadLocalTargetSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.IntroductionAdvisor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.IntroductionAdvisor' 22

spring-framework/spring-aop/src/main/java/org/springframework/aop/target/dynamic/AbstractRefreshableTargetSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 22

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscoverAnnotationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.ProceedingJoinPoint' 22
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.ProceedingJoinPoint' 22

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscovererTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.JoinPoint' 20
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.JoinPoint' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/AspectJExpressionPointcutTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/BeanNamePointcutMatchingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/MethodInvocationProceedingJoinPointTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.JoinPoint' 23
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.JoinPoint' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/TigerAspectJAdviceParameterNameDiscovererTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException' 21

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/TigerAspectJExpressionPointcutTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 29
 Warning imports ImportOrder Wrong order for 'org.springframework.tests.sample.beans.TestBean' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/TrickyAspectJPointcutExpressionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 11
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 11
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 13
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 13
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 20
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 20
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 20

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/TypePatternClassFilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.JoinPoint' 28
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.JoinPoint' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 47
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 47
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.Advisor' import. 47
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 61
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 61
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 61
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 61
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 62
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 62

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/ArgumentBindingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.ProceedingJoinPoint' 23
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.ProceedingJoinPoint' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectJPointcutAdvisorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 22
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.Pointcut' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectMetadataTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.Pointcut' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectProxyFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.SerializationTestUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.SerializationTestUtils' 26
 Warning imports ImportOrder Wrong order for 'org.springframework.util.SerializationTestUtils' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/autoproxy/AspectJNamespaceHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.config.AopConfigUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.config.AopConfigUtils' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-aop/src/test/java/org/springframework/aop/aspectj/autoproxy/AspectJPrecedenceComparatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-aop/src/test/java/org/springframework/aop/config/AopNamespaceHandlerEventTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 36

spring-framework/spring-aop/src/test/java/org/springframework/aop/config/AopNamespaceHandlerPointcutErrorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 27

spring-framework/spring-aop/src/test/java/org/springframework/aop/config/TopLevelAopTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 26

spring-framework/spring-aop/src/test/java/org/springframework/aop/framework/AopProxyUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.SpringProxy' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.SpringProxy' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-aop/src/test/java/org/springframework/aop/framework/IntroductionBenchmarkTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.DelegatingIntroductionInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.DelegatingIntroductionInterceptor' 21

spring-framework/spring-aop/src/test/java/org/springframework/aop/framework/MethodInvocationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-aop/src/test/java/org/springframework/aop/framework/NullPrimitiveTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.AopInvocationException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.AopInvocationException' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-aop/src/test/java/org/springframework/aop/framework/PrototypeTargetTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 28

spring-framework/spring-aop/src/test/java/org/springframework/aop/framework/ProxyFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42

spring-framework/spring-aop/src/test/java/org/springframework/aop/framework/adapter/ThrowsAdviceInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 25
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ThrowsAdvice' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ThrowsAdvice' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 32

spring-framework/spring-aop/src/test/java/org/springframework/aop/interceptor/ConcurrencyThrottleInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-aop/src/test/java/org/springframework/aop/interceptor/CustomizableTraceInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 24

spring-framework/spring-aop/src/test/java/org/springframework/aop/interceptor/DebugInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 24

spring-framework/spring-aop/src/test/java/org/springframework/aop/interceptor/ExposeBeanNameAdvisorsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-aop/src/test/java/org/springframework/aop/interceptor/ExposeInvocationInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 29

spring-framework/spring-aop/src/test/java/org/springframework/aop/interceptor/JamonPerformanceMonitorInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 27

spring-framework/spring-aop/src/test/java/org/springframework/aop/interceptor/PerformanceMonitorInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 24

spring-framework/spring-aop/src/test/java/org/springframework/aop/interceptor/SimpleTraceInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 24

spring-framework/spring-aop/src/test/java/org/springframework/aop/scope/DefaultScopedObjectTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableBeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableBeanFactory' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 23

spring-framework/spring-aop/src/test/java/org/springframework/aop/scope/ScopedProxyAutowireTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 26

spring-framework/spring-aop/src/test/java/org/springframework/aop/support/AbstractRegexpMethodPointcutTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-aop/src/test/java/org/springframework/aop/support/AopUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-aop/src/test/java/org/springframework/aop/support/ClassFiltersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-aop/src/test/java/org/springframework/aop/support/ClassUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 20

spring-framework/spring-aop/src/test/java/org/springframework/aop/support/ComposablePointcutTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-aop/src/test/java/org/springframework/aop/support/ControlFlowPointcutTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-aop/src/test/java/org/springframework/aop/support/DelegatingIntroductionInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.IntroductionAdvisor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.IntroductionAdvisor' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 39

spring-framework/spring-aop/src/test/java/org/springframework/aop/support/MethodMatchersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.MethodMatcher' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.MethodMatcher' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-aop/src/test/java/org/springframework/aop/support/NameMatchMethodPointcutTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-aop/src/test/java/org/springframework/aop/support/PointcutsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-aop/src/test/java/org/springframework/aop/support/RegexpMethodPointcutAdvisorIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 33

spring-framework/spring-aop/src/test/java/org/springframework/aop/target/CommonsPoolTargetSourceProxyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 28

spring-framework/spring-aop/src/test/java/org/springframework/aop/target/HotSwappableTargetSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 36

spring-framework/spring-aop/src/test/java/org/springframework/aop/target/LazyCreationTargetSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-aop/src/test/java/org/springframework/aop/target/LazyInitTargetSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 29

spring-framework/spring-aop/src/test/java/org/springframework/aop/target/PrototypeBasedTargetSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-aop/src/test/java/org/springframework/aop/target/PrototypeTargetSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 30

spring-framework/spring-aop/src/test/java/org/springframework/aop/target/ThreadLocalTargetSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 29

spring-framework/spring-aop/src/test/java/org/springframework/aop/target/dynamic/RefreshableTargetSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.Assume' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.Assume' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-aop/src/test/java/org/springframework/tests/aop/advice/CountingAfterReturningAdvice.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.AfterReturningAdvice' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.AfterReturningAdvice' 21

spring-framework/spring-aop/src/test/java/org/springframework/tests/aop/advice/CountingBeforeAdvice.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 21

spring-framework/spring-aop/src/test/java/org/springframework/tests/aop/advice/MyThrowsHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ThrowsAdvice' 10
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ThrowsAdvice' 10

spring-framework/spring-aop/src/test/java/org/springframework/tests/sample/beans/SerializablePerson.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 21

spring-framework/spring-aop/src/test/java/test/aop/PerTargetAspect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 23

spring-framework/spring-aspects/src/main/java/org/springframework/context/annotation/aspectj/EnableSpringConfigured.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Import' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Import' 25

spring-framework/spring-aspects/src/test/java/org/springframework/aop/aspectj/autoproxy/AutoProxyWithCodeStyleAspectsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 21

spring-framework/spring-aspects/src/test/java/org/springframework/beans/factory/aspectj/ShouldBeConfiguredBySpring.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Configurable' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Configurable' 21

spring-framework/spring-aspects/src/test/java/org/springframework/beans/factory/aspectj/SpringConfiguredWithAutoProxyingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 21

spring-framework/spring-aspects/src/test/java/org/springframework/beans/factory/aspectj/XmlBeanConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 22

spring-framework/spring-aspects/src/test/java/org/springframework/cache/aspectj/AspectJAnnotationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-aspects/src/test/java/org/springframework/cache/aspectj/JCacheAspectJJavaConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21

spring-framework/spring-aspects/src/test/java/org/springframework/cache/config/AnnotatedClassCacheableService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.annotation.CacheEvict' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.annotation.CacheEvict' 21

spring-framework/spring-aspects/src/test/java/org/springframework/cache/config/AnnotatedJCacheableService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 30

spring-framework/spring-aspects/src/test/java/org/springframework/cache/config/DefaultCacheableService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.annotation.CacheEvict' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.annotation.CacheEvict' 21

spring-framework/spring-aspects/src/test/java/org/springframework/cache/config/SomeCustomKeyGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.KeyGenerator' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.KeyGenerator' 21

spring-framework/spring-aspects/src/test/java/org/springframework/context/annotation/aspectj/AnnotationBeanConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.aspectj.ShouldBeConfiguredBySpring' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.aspectj.ShouldBeConfiguredBySpring' 22

spring-framework/spring-aspects/src/test/java/org/springframework/mock/staticmock/AnnotationDrivenStaticEntityMockingControlTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.mock.staticmock.AnnotationDrivenStaticEntityMockingControl.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.mock.staticmock.AnnotationDrivenStaticEntityMockingControl.*. 24

spring-framework/spring-aspects/src/test/java/org/springframework/scheduling/aspectj/AnnotationAsyncExecutionAspectTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.startsWith' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.startsWith' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.startsWith. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-aspects/src/test/java/org/springframework/scheduling/aspectj/TestableAsyncUncaughtExceptionHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-aspects/src/test/java/org/springframework/transaction/aspectj/TransactionAspectTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.AbstractDependencyInjectionSpringContextTests' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.AbstractDependencyInjectionSpringContextTests' 21

spring-framework/spring-beans-groovy/src/main/java/org/springframework/beans/factory/groovy/GroovyBeanDefinitionReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'groovy.lang.Binding' 26
 Warning imports ImportOrder Extra separation in import group before 'groovy.lang.Binding' 26
 Warning imports ImportOrder Wrong order for 'groovy.lang.Binding' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.codehaus.groovy.runtime.DefaultGroovyMethods' 35
 Warning imports ImportOrder Extra separation in import group before 'org.codehaus.groovy.runtime.DefaultGroovyMethods' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 38

spring-framework/spring-beans-groovy/src/main/java/org/springframework/beans/factory/groovy/GroovyBeanDefinitionWrapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'groovy.lang.GroovyObjectSupport' 23
 Warning imports ImportOrder Extra separation in import group before 'groovy.lang.GroovyObjectSupport' 23
 Warning imports ImportOrder Wrong order for 'groovy.lang.GroovyObjectSupport' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 25

spring-framework/spring-beans/src/main/java/org/springframework/beans/BeanUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 34
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 37

spring-framework/spring-beans/src/main/java/org/springframework/beans/BeanWrapperImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 39
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.CollectionFactory' 42
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.CollectionFactory' 42

spring-framework/spring-beans/src/main/java/org/springframework/beans/CachedIntrospectionResults.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 32
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.SpringProperties' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.SpringProperties' 35

spring-framework/spring-beans/src/main/java/org/springframework/beans/DirectFieldAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionException' 27

spring-framework/spring-beans/src/main/java/org/springframework/beans/ExtendedBeanInfo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 37
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 40

spring-framework/spring-beans/src/main/java/org/springframework/beans/ExtendedBeanInfoFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 24

spring-framework/spring-beans/src/main/java/org/springframework/beans/GenericTypeAwarePropertyDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 27

spring-framework/spring-beans/src/main/java/org/springframework/beans/MutablePropertyValues.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26

spring-framework/spring-beans/src/main/java/org/springframework/beans/PropertyAccessException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ErrorCoded' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ErrorCoded' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/PropertyAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/PropertyBatchUpdateException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/PropertyDescriptorUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 24

spring-framework/spring-beans/src/main/java/org/springframework/beans/PropertyEditorRegistrySupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.InputSource' 44
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.InputSource' 44
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.ByteArrayPropertyEditor' 46
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.ByteArrayPropertyEditor' 46
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.propertyeditors.ByteArrayPropertyEditor' import. 46

spring-framework/spring-beans/src/main/java/org/springframework/beans/PropertyMatches.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 24

spring-framework/spring-beans/src/main/java/org/springframework/beans/PropertyValue.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/PropertyValuesEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.PropertiesEditor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.PropertiesEditor' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/TypeConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/TypeConverterDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.CollectionFactory' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.CollectionFactory' 31

spring-framework/spring-beans/src/main/java/org/springframework/beans/TypeConverterSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/TypeMismatchException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/annotation/AnnotationBeanUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 25

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/BeanCreationException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 24

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/BeanFactoryUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/ListableBeanFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/NoUniqueBeanDefinitionException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/access/SingletonBeanFactoryLocator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/access/el/SimpleSpringBeanELResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/access/el/SpringBeanELResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 29

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/annotation/AutowiredAnnotationBeanPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 37
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 40

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/annotation/BeanFactoryAnnotationUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/annotation/CustomAutowireConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/annotation/InitDestroyAnnotationBeanPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 33
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 36

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/annotation/InjectionMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 31

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/annotation/QualifierAnnotationAutowireCandidateResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.SimpleTypeConverter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.SimpleTypeConverter' 25

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/annotation/RequiredAnnotationBeanPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 28

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/AbstractFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.SimpleTypeConverter' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.SimpleTypeConverter' 27

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/AutowireCapableBeanFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/BeanDefinitionVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 25

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/ConfigurableBeanFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistrar' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistrar' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/ConfigurableListableBeanFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/ConstructorArgumentValues.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 27

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/CustomEditorConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/CustomScopeConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/DependencyDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.GenericCollectionTypeResolver' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.GenericCollectionTypeResolver' 27

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/DeprecatedBeanWarner.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/FieldRetrievingFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/InstantiationAwareBeanPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/InstantiationAwareBeanPostProcessorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/ListFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/MapFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/MethodInvokingBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.TypeConverter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.TypeConverter' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/ObjectFactoryCreatingFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/PreferencesPlaceholderConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 23

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/PropertiesFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/PropertyOverrideConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/PropertyPathFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/PropertyPlaceholderConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/PropertyResourceConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/ProviderCreatingFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/ServiceLocatorFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 25

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/SetFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/SmartInstantiationAwareBeanPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/YamlMapFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 24

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/YamlProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 32
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 39
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.Resource' import. 39

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/config/YamlPropertiesFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/parsing/BeanComponentDefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyValue' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyValue' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/parsing/CompositeComponentDefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/serviceloader/AbstractServiceLoaderBasedFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/serviceloader/ServiceFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/serviceloader/ServiceListFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 23

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/serviceloader/ServiceLoaderFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/AbstractAutowireCapableBeanFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 42
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 42

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/AbstractBeanDefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataAttributeAccessor' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataAttributeAccessor' 26

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/AbstractBeanDefinitionReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 25

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/AbstractBeanFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 38

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/AutowireUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 34

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionResource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 23

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionValueResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 28

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/CglibSubclassingInstantiationStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanInstantiationException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanInstantiationException' 25

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/ConstructorResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 35

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/DefaultListableBeanFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 47
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 47

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/DefaultSingletonBeanRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 32

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/DisposableBeanAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 34

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/FactoryBeanRegistrySupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/GenericTypeAwareAutowireCandidateResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/InstantiationStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/LookupOverride.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/ManagedList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/ManagedMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/ManagedProperties.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/ManagedSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/MethodOverride.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/PropertiesBeanDefinitionReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 28

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/ReplaceOverride.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/RootBeanDefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 24

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/SimpleBeanDefinitionRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/SimpleInstantiationStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanInstantiationException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanInstantiationException' 26

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/support/StaticListableBeanFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/wiring/BeanConfigurerSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/AbstractBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.BeanDefinitionStoreException' import. 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/AbstractSimpleBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionBuilder' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionBuilder' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.support.BeanDefinitionBuilder' import. 23

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/AbstractSingleBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.support.AbstractBeanDefinition' import. 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionDecorator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinitionHolder' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinitionHolder' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinitionHolder' import. 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionDocumentReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.BeanDefinitionStoreException' import. 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParserDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataAttribute' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataAttribute' 35
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.BeanMetadataAttribute' import. 35

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/BeansDtdResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 26
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.ClassPathResource' import. 26

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/DefaultBeanDefinitionDocumentReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 31
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.BeanDefinitionStoreException' import. 31

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/DefaultDocumentLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.xml.XmlValidationModeDetector' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.xml.XmlValidationModeDetector' 30
 Warning imports ImportOrder Wrong order for 'org.springframework.util.xml.XmlValidationModeDetector' import. 30

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/DefaultNamespaceHandlerResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 27

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/DelegatingEntityResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.EntityResolver' 21
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.EntityResolver' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Wrong order for 'org.springframework.util.Assert' import. 25

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/NamespaceHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 22
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/NamespaceHandlerSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Attr' 22
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Attr' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 26
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 26

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/ParserContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/PluggableSchemaResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 30
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.ClassPathResource' import. 30

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/ResourceEntityResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 29
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.Resource' import. 29

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/SimpleConstructorNamespaceHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Attr' 21
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Attr' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 25
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 25

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/SimplePropertyNamespaceHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.MutablePropertyValues' import. 23

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/UtilNamespaceHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 24
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.FieldRetrievingFactoryBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.FieldRetrievingFactoryBean' 26
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.FieldRetrievingFactoryBean' import. 26

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/XmlBeanDefinitionReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Document' 25
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Document' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 32
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.BeanUtils' import. 32

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/XmlBeanDefinitionStoreException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 22
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.BeanDefinitionStoreException' import. 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/factory/xml/XmlReaderContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Document' 21
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Document' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 24
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.BeanDefinitionStoreException' import. 24

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/CharacterEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/CharsetEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ClassArrayEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ClassEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/CustomBooleanEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/CustomDateEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 24

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/CustomNumberEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.NumberUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.NumberUtils' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/FileEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/InputSourceEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.InputSource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.InputSource' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 24
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.Resource' import. 24

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/InputStreamEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/LocaleEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ResourceBundleEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/StringArrayPropertyEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/StringTrimmerEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/TimeZoneEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/URIEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 24

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/URLEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/UUIDEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ZoneIdEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.lang.UsesJava8' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.lang.UsesJava8' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/support/ArgumentConvertingMethodInvoker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistry' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistry' 22

spring-framework/spring-beans/src/main/java/org/springframework/beans/support/MutableSortDefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21

spring-framework/spring-beans/src/main/java/org/springframework/beans/support/PagedListHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-beans/src/main/java/org/springframework/beans/support/PropertyComparator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapperImpl' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapperImpl' 27

spring-framework/spring-beans/src/main/java/org/springframework/beans/support/ResourceEditorRegistrar.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.InputSource' 25
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.InputSource' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistrar' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistrar' 27
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.PropertyEditorRegistrar' import. 27

spring-framework/spring-beans/src/test/java/org/springframework/beans/AbstractConfigurablePropertyAccessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-beans/src/test/java/org/springframework/beans/AbstractPropertyValuesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 22
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-beans/src/test/java/org/springframework/beans/BeanUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-beans/src/test/java/org/springframework/beans/BeanWrapperAutoGrowingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-beans/src/test/java/org/springframework/beans/BeanWrapperEnumTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.support.DefaultConversionService' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.support.DefaultConversionService' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-beans/src/test/java/org/springframework/beans/BeanWrapperGenericsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.CustomNumberEditor' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.CustomNumberEditor' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42

spring-framework/spring-beans/src/test/java/org/springframework/beans/BeanWrapperTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 39
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowire' 42
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowire' 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 61
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 61
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 61
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 61
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 62
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 62

spring-framework/spring-beans/src/test/java/org/springframework/beans/CachedIntrospectionResultsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.OverridingClassLoader' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.OverridingClassLoader' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-beans/src/test/java/org/springframework/beans/ConcurrentBeanWrapperTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-beans/src/test/java/org/springframework/beans/DirectFieldAccessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-beans/src/test/java/org/springframework/beans/ExtendedBeanInfoFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-beans/src/test/java/org/springframework/beans/ExtendedBeanInfoTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.JdkVersion' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.JdkVersion' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-beans/src/test/java/org/springframework/beans/MutablePropertyValuesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/PropertyAccessorUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-beans/src/test/java/org/springframework/beans/SimplePropertyDescriptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/BeanFactoryUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 38

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/ConcurrentBeanFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistrar' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistrar' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 43

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/DefaultListableBeanFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 38
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 46
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 46
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 95
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 95
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 95
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 95
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 96
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 96
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 97
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 97

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/FactoryBeanLookupTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.AbstractFactoryBean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.AbstractFactoryBean' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/FactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 35

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/Spr5475Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 5
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 10
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 10
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 10
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 11
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 11
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 12
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 12

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/access/SingletonBeanFactoryLocatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/annotation/AnnotationBeanWiringInfoResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.wiring.BeanWiringInfo' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.wiring.BeanWiringInfo' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/annotation/AutowiredAnnotationBeanPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 56
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 56
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 56

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/annotation/CustomAutowireConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinitionHolder' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinitionHolder' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 30

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/annotation/InjectAnnotationBeanPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 44

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/annotation/LookupAnnotationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/annotation/RequiredAnnotationBeanPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/CustomEditorConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/CustomScopeConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 28

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/DeprecatedBeanWarnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/FieldRetrievingFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 29

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/MethodInvokingFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.StringTrimmerEditor' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.StringTrimmerEditor' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/ObjectFactoryCreatingFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 35

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/PropertiesFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 26

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyPathFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 28

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyPlaceholderConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanDefinition' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanDefinition' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.support.BeanDefinitionReaderUtils.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.support.BeanDefinitionReaderUtils.*. 37

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyResourceConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 48

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/ServiceLocatorFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 32

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/SimpleScopeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 32

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/YamlMapFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.AbstractResource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.AbstractResource' 27
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.AbstractResource' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/YamlProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 22
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.ByteArrayResource' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.config.YamlProcessor.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.config.YamlProcessor.*. 30

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/config/YamlPropertiesFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ByteArrayResource' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ByteArrayResource' 30
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.ByteArrayResource' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.config.YamlProcessor.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.config.YamlProcessor.*. 35

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/parsing/CustomProblemReporterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.TestResourceUtils.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.TestResourceUtils.*. 31

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/parsing/FailFastProblemReporterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.DescriptiveResource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.DescriptiveResource' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 24

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/parsing/NullSourceExtractorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/parsing/ParseStateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/parsing/PassThroughSourceExtractorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/serviceloader/ServiceLoaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/AutowireUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/BeanDefinitionBuilderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 23

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/BeanDefinitionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/BeanFactoryGenericsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistrar' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistrar' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 52
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 52
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 52

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/DefaultSingletonBeanRegistryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/DefinitionMetadataEqualsHashCodeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/LookupMethodTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.XmlBeanDefinitionReader' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.XmlBeanDefinitionReader' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/ManagedListTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/ManagedMapTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/ManagedPropertiesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/ManagedSetTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/PropertiesBeanDefinitionReaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/QualifierAnnotationAutowireBeanFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Qualifier' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Qualifier' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/Spr8954Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/security/CallbacksSecurityTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 56
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 56
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 56

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/support/security/support/CustomFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 20

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/wiring/BeanConfigurerSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 26

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/AbstractBeanFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 24

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/AutowireWithExclusionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.PropertiesFactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.PropertiesFactoryBean' 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/BeanNameGenerationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionReaderUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionReaderUtils' 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/CollectionMergingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 25
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionReader' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionReader' 27

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/CollectionsWithDefaultTypesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/ConstructorDependenciesBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.IndexedTestBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.IndexedTestBean' 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/DefaultLifecycleMethodsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/DuplicateBeanIdTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/EventPublicationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 24
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 24

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/FactoryMethodTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/FactoryMethods.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 22

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/MetadataAttachmentTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyValue' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyValue' 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/NestedBeansElementAttributeRecursionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.is' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.is' 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.not. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasItems. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/NestedBeansElementTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 5
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 11
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 11
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 11
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 12
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 12

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/ProfileXmlBeanDefinitionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionRegistry' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionRegistry' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/SchemaValidationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.BeansException' import. 22

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/SimpleConstructorNamespaceHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/SimplePropertyNamespaceHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/UtilNamespaceHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.FieldRetrievingFactoryBean' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.FieldRetrievingFactoryBean' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/XmlBeanCollectionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 44

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/XmlBeanDefinitionReaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 24
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.BeanDefinitionStoreException' import. 24

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/XmlListableBeanFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 24

spring-framework/spring-beans/src/test/java/org/springframework/beans/factory/xml/support/DefaultNamespaceHandlerResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-beans/src/test/java/org/springframework/beans/propertyeditors/BeanInfoTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 25

spring-framework/spring-beans/src/test/java/org/springframework/beans/propertyeditors/ByteArrayPropertyEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/propertyeditors/CharArrayPropertyEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/propertyeditors/CustomCollectionEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-beans/src/test/java/org/springframework/beans/propertyeditors/CustomEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 52
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 52
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 52

spring-framework/spring-beans/src/test/java/org/springframework/beans/propertyeditors/FileEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-beans/src/test/java/org/springframework/beans/propertyeditors/InputStreamEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-beans/src/test/java/org/springframework/beans/propertyeditors/PropertiesEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 23

spring-framework/spring-beans/src/test/java/org/springframework/beans/propertyeditors/ResourceBundleEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-beans/src/test/java/org/springframework/beans/propertyeditors/URIEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-beans/src/test/java/org/springframework/beans/propertyeditors/URLEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-beans/src/test/java/org/springframework/beans/propertyeditors/ZoneIdEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21

spring-framework/spring-beans/src/test/java/org/springframework/beans/support/PagedListHolderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.Assume' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.Assume' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-beans/src/test/java/org/springframework/beans/support/PropertyComparatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.comparator.CompoundComparator' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.comparator.CompoundComparator' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-beans/src/test/java/org/springframework/tests/beans/CollectingReaderEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.parsing.AliasDefinition' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.parsing.AliasDefinition' 27

spring-framework/spring-beans/src/test/java/org/springframework/tests/sample/beans/DerivedTestBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 21

spring-framework/spring-beans/src/test/java/org/springframework/tests/sample/beans/GenericBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 31

spring-framework/spring-beans/src/test/java/org/springframework/tests/sample/beans/TestBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 31

spring-framework/spring-context-support/src/main/java/org/springframework/cache/ehcache/EhCacheCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 23

spring-framework/spring-context-support/src/main/java/org/springframework/cache/ehcache/EhCacheCacheManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 22
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 25

spring-framework/spring-context-support/src/main/java/org/springframework/cache/ehcache/EhCacheFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.Cache' 22
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.Cache' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 37

spring-framework/spring-context-support/src/main/java/org/springframework/cache/ehcache/EhCacheManagerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 26

spring-framework/spring-context-support/src/main/java/org/springframework/cache/ehcache/EhCacheManagerUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.CacheException' 22
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.CacheException' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 27

spring-framework/spring-context-support/src/main/java/org/springframework/cache/guava/GuavaCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.google.common.cache.LoadingCache' 23
 Warning imports ImportOrder Extra separation in import group before 'com.google.common.cache.LoadingCache' 23
 Warning imports ImportOrder Wrong order for 'com.google.common.cache.LoadingCache' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26

spring-framework/spring-context-support/src/main/java/org/springframework/cache/guava/GuavaCacheManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.google.common.cache.CacheBuilder' 26
 Warning imports ImportOrder Extra separation in import group before 'com.google.common.cache.CacheBuilder' 26
 Warning imports ImportOrder Wrong order for 'com.google.common.cache.CacheBuilder' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 30

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/JCacheCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/JCacheCacheManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 24

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/JCacheManagerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 24

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/AbstractCacheInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/AbstractFallbackJCacheOperationSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.MethodCacheKey' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.MethodCacheKey' 27

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/AbstractJCacheKeyOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheResolver' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheResolver' 25

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/AbstractJCacheOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheResolver' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheResolver' 31
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Arrays.*' 35
 Warning imports ImportOrder Extra separation in import group before 'java.util.Arrays.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.Arrays.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.*. 35

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/AbstractKeyCacheInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheErrorHandler' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheErrorHandler' 22

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/AnnotationJCacheOperationSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheResolver' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheResolver' 32

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CachePutInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 22

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CachePutOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheResolver' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheResolver' 25

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CacheRemoveAllInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CacheRemoveAllOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheResolver' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheResolver' 22

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CacheRemoveEntryInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CacheRemoveOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheResolver' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheResolver' 22

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CacheResolverAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 8
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 8

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CacheResultInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CacheResultOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheResolver' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheResolver' 22

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/DefaultCacheInvocationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheOperationInvocationContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheOperationInvocationContext' 26

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/DefaultCacheMethodDetails.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Arrays.*' 26
 Warning imports ImportOrder Extra separation in import group before 'java.util.Arrays.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.Arrays.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.*. 26

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/JCacheAspectSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.AopProxyUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.AopProxyUtils' 25

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/JCacheInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheOperationInvoker' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheOperationInvoker' 25

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/JCacheOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.BasicOperation' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.BasicOperation' 23

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/JCacheOperationSourcePointcut.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.StaticMethodMatcherPointcut' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.StaticMethodMatcherPointcut' 22

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/KeyGeneratorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.KeyGenerator' 11
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.KeyGenerator' 11

spring-framework/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/SimpleExceptionCacheResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.CacheManager' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.CacheManager' 22

spring-framework/spring-context-support/src/main/java/org/springframework/cache/transaction/TransactionAwareCacheManagerProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 21

spring-framework/spring-context-support/src/main/java/org/springframework/mail/MailSendException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 24

spring-framework/spring-context-support/src/main/java/org/springframework/mail/SimpleMailMessage.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-context-support/src/main/java/org/springframework/mail/javamail/ConfigurableMimeFileTypeMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25

spring-framework/spring-context-support/src/main/java/org/springframework/mail/javamail/InternetAddressEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 23

spring-framework/spring-context-support/src/main/java/org/springframework/mail/javamail/JavaMailSender.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mail.MailException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mail.MailException' 22

spring-framework/spring-context-support/src/main/java/org/springframework/mail/javamail/JavaMailSenderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mail.MailAuthenticationException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mail.MailAuthenticationException' 34

spring-framework/spring-context-support/src/main/java/org/springframework/mail/javamail/MimeMailMessage.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mail.MailMessage' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mail.MailMessage' 23

spring-framework/spring-context-support/src/main/java/org/springframework/mail/javamail/MimeMessageHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.InputStreamSource' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.InputStreamSource' 40

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/commonj/DelegatingTimerListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/commonj/DelegatingWork.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.SchedulingAwareRunnable' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.SchedulingAwareRunnable' 21

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/commonj/TimerManagerAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'commonj.timers.TimerManager' 21
 Warning imports ImportOrder Extra separation in import group before 'commonj.timers.TimerManager' 21
 Warning imports ImportOrder Wrong order for 'commonj.timers.TimerManager' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 23

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/commonj/TimerManagerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'commonj.timers.Timer' 23
 Warning imports ImportOrder Extra separation in import group before 'commonj.timers.Timer' 23
 Warning imports ImportOrder Wrong order for 'commonj.timers.Timer' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 26

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/commonj/TimerManagerTaskScheduler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'commonj.timers.Timer' 25
 Warning imports ImportOrder Extra separation in import group before 'commonj.timers.Timer' 25
 Warning imports ImportOrder Wrong order for 'commonj.timers.Timer' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 28

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/commonj/WorkManagerTaskExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'commonj.work.Work' 25
 Warning imports ImportOrder Extra separation in import group before 'commonj.work.Work' 25
 Warning imports ImportOrder Wrong order for 'commonj.work.Work' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 32

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/CronTriggerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.quartz.CronTrigger' 24
 Warning imports ImportOrder Extra separation in import group before 'org.quartz.CronTrigger' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 30

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/DelegatingJob.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/JobDetailFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.quartz.JobDataMap' 21
 Warning imports ImportOrder Extra separation in import group before 'org.quartz.JobDataMap' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 26

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/LocalDataSourceJobStore.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.quartz.SchedulerConfigException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.quartz.SchedulerConfigException' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.DataSourceUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.DataSourceUtils' 31

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/LocalTaskExecutorThreadPool.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/MethodInvokingJobDetailFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 31

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/QuartzJobBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 24

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/ResourceLoaderClassLoadHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 28

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SchedulerAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ResourceLoaderAware' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ResourceLoaderAware' 40

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SchedulerAccessorBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 23

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SchedulerContextAware.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.Aware' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.Aware' 21

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SchedulerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.quartz.Scheduler' 25
 Warning imports ImportOrder Extra separation in import group before 'org.quartz.Scheduler' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 34

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SimpleThreadPoolTaskExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.quartz.SchedulerConfigException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.quartz.SchedulerConfigException' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 26

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SimpleTriggerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.quartz.JobDataMap' 22
 Warning imports ImportOrder Extra separation in import group before 'org.quartz.JobDataMap' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 28

spring-framework/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SpringBeanJobFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 22

spring-framework/spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerConfigurationFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'freemarker.cache.FileTemplateLoader' 28
 Warning imports ImportOrder Extra separation in import group before 'freemarker.cache.FileTemplateLoader' 28
 Warning imports ImportOrder Wrong order for 'freemarker.cache.FileTemplateLoader' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 37

spring-framework/spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerConfigurationFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'freemarker.template.Configuration' 21
 Warning imports ImportOrder Extra separation in import group before 'freemarker.template.Configuration' 21
 Warning imports ImportOrder Wrong order for 'freemarker.template.Configuration' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 24

spring-framework/spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerTemplateUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'freemarker.template.Template' 22
 Warning imports ImportOrder Extra separation in import group before 'freemarker.template.Template' 22
 Warning imports ImportOrder Wrong order for 'freemarker.template.Template' import. 22

spring-framework/spring-context-support/src/main/java/org/springframework/ui/freemarker/SpringTemplateLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'freemarker.cache.TemplateLoader' 23
 Warning imports ImportOrder Extra separation in import group before 'freemarker.cache.TemplateLoader' 23
 Warning imports ImportOrder Wrong order for 'freemarker.cache.TemplateLoader' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 27

spring-framework/spring-context-support/src/main/java/org/springframework/ui/jasperreports/JasperReportsUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JRDataSource' 24
 Warning imports ImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JRDataSource' 24

spring-framework/spring-context-support/src/main/java/org/springframework/ui/velocity/SpringResourceLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.collections.ExtendedProperties' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.collections.ExtendedProperties' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 30

spring-framework/spring-context-support/src/main/java/org/springframework/ui/velocity/VelocityEngineFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 32

spring-framework/spring-context-support/src/main/java/org/springframework/ui/velocity/VelocityEngineFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.app.VelocityEngine' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.velocity.app.VelocityEngine' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 24

spring-framework/spring-context-support/src/main/java/org/springframework/ui/velocity/VelocityEngineUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.VelocityContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.velocity.VelocityContext' 23

spring-framework/spring-context-support/src/test/java/org/springframework/cache/AbstractCacheTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-context-support/src/test/java/org/springframework/cache/ehcache/EhCacheCacheManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.transaction.AbstractTransactionSupportingCacheManagerTests' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.transaction.AbstractTransactionSupportingCacheManagerTests' 25

spring-framework/spring-context-support/src/test/java/org/springframework/cache/ehcache/EhCacheCacheTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.AbstractCacheTests' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.AbstractCacheTests' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-context-support/src/test/java/org/springframework/cache/ehcache/EhCacheSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-context-support/src/test/java/org/springframework/cache/guava/GuavaCacheManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 30

spring-framework/spring-context-support/src/test/java/org/springframework/cache/guava/GuavaCacheTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.AbstractCacheTests' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.AbstractCacheTests' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/AbstractJCacheTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/JCacheCacheManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.transaction.AbstractTransactionSupportingCacheManagerTests' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.transaction.AbstractTransactionSupportingCacheManagerTests' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 28

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/JCacheEhCacheTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.ehcache.jcache.JCacheConfiguration' 23
 Warning imports ImportOrder Extra separation in import group before 'org.ehcache.jcache.JCacheConfiguration' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.annotation.CachingConfigurerSupport' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.annotation.CachingConfigurerSupport' 28

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/config/AbstractJCacheAnnotationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/config/JCacheCustomInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/config/JCacheJavaConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 49
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 49
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 49

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/config/JCacheNamespaceDrivenTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheErrorHandler' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheErrorHandler' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/AbstractCacheOperationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.jcache.AbstractJCacheTests' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.jcache.AbstractJCacheTests' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/AnnotatedJCacheableService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 30

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/AnnotationCacheOperationSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 41

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/CachePutOperationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/CacheRemoveAllOperationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/CacheRemoveOperationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/CacheResolverAdapterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 37

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/CacheResultOperationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Value' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Value' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/JCacheErrorHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 44
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 44

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/JCacheInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.StaticListableBeanFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.StaticListableBeanFactory' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/JCacheKeyGeneratorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/SampleObject.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Value' 10
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Value' 10

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/support/TestableCacheKeyGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.SimpleKey' 8
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.SimpleKey' 8

spring-framework/spring-context-support/src/test/java/org/springframework/cache/jcache/support/TestableCacheResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 24

spring-framework/spring-context-support/src/test/java/org/springframework/cache/transaction/AbstractTransactionSupportingCacheManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context-support/src/test/java/org/springframework/cache/transaction/TransactionAwareCacheDecoratorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-context-support/src/test/java/org/springframework/mail/SimpleMailMessageTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context-support/src/test/java/org/springframework/mail/javamail/ConfigurableMimeFileTypeMapTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 23

spring-framework/spring-context-support/src/test/java/org/springframework/mail/javamail/JavaMailSenderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 38
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mail.MailParseException' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mail.MailParseException' 40

spring-framework/spring-context-support/src/test/java/org/springframework/scheduling/quartz/QuartzSchedulerLifecycleTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.AbstractApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.AbstractApplicationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context-support/src/test/java/org/springframework/scheduling/quartz/QuartzSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 45

spring-framework/spring-context-support/src/test/java/org/springframework/ui/jasperreports/JasperReportsUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JRDataSource' 29
 Warning imports ImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JRDataSource' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 51
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 51
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 54
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 54
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 54

spring-framework/spring-context/src/main/java/org/springframework/cache/annotation/AbstractCachingConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21

spring-framework/spring-context/src/main/java/org/springframework/cache/annotation/AnnotationCacheOperationSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource' 27

spring-framework/spring-context/src/main/java/org/springframework/cache/annotation/CacheAnnotationParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheOperation' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheOperation' 22

spring-framework/spring-context/src/main/java/org/springframework/cache/annotation/CachePut.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26

spring-framework/spring-context/src/main/java/org/springframework/cache/annotation/CachingConfigurationSelector.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AdviceMode' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AdviceMode' 22

spring-framework/spring-context/src/main/java/org/springframework/cache/annotation/EnableCaching.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AdviceMode' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AdviceMode' 25

spring-framework/spring-context/src/main/java/org/springframework/cache/annotation/SpringCacheAnnotationParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheEvictOperation' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheEvictOperation' 26

spring-framework/spring-context/src/main/java/org/springframework/cache/concurrent/ConcurrentMapCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 23

spring-framework/spring-context/src/main/java/org/springframework/cache/concurrent/ConcurrentMapCacheFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 21

spring-framework/spring-context/src/main/java/org/springframework/cache/concurrent/ConcurrentMapCacheManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26

spring-framework/spring-context/src/main/java/org/springframework/cache/config/AnnotationDrivenCacheBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.config.AopNamespaceUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.config.AopNamespaceUtils' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.config.AopNamespaceUtils' import. 21

spring-framework/spring-context/src/main/java/org/springframework/cache/config/CacheAdviceParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 23
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.TypedStringValue' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.TypedStringValue' 25
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.TypedStringValue' import. 25

spring-framework/spring-context/src/main/java/org/springframework/cache/config/CacheNamespaceHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 21

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/AbstractCacheResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 23

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/AbstractFallbackCacheOperationSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 29

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/CacheAspectSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.AopProxyUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.AopProxyUtils' 31

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/CacheEvaluationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 24

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/CacheExpressionRootObject.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 22

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/CacheInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 22

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationSourcePointcut.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.StaticMethodMatcherPointcut' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.StaticMethodMatcherPointcut' 22

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/CacheResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/CompositeCacheOperationSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/ExpressionEvaluator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 24

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/MethodCacheKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/NameMatchCacheOperationSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 28

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/NamedCacheResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.CacheManager' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.CacheManager' 24

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/SimpleCacheResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21

spring-framework/spring-context/src/main/java/org/springframework/cache/interceptor/SimpleKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-context/src/main/java/org/springframework/cache/support/AbstractCacheManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 26

spring-framework/spring-context/src/main/java/org/springframework/cache/support/CompositeCacheManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27

spring-framework/spring-context/src/main/java/org/springframework/cache/support/NoOpCacheManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26

spring-framework/spring-context/src/main/java/org/springframework/cache/support/SimpleCacheManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21

spring-framework/spring-context/src/main/java/org/springframework/context/ConfigurableApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-context/src/main/java/org/springframework/context/access/ContextJndiBeanFactoryLocator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-context/src/main/java/org/springframework/context/access/ContextSingletonBeanFactoryLocator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/AdviceModeImportSelector.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.GenericTypeResolver' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.GenericTypeResolver' 21

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/AnnotatedBeanDefinitionReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition' 21

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/AnnotationBeanNameGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 23

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/AnnotationConfigBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 23

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/AnnotationConfigUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 24

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/AnnotationScopeMetadataResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 21

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/AutoProxyRegistrar.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.config.AopConfigUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.config.AopConfigUtils' 24

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/Bean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowire' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowire' 25

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/BeanAnnotationHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 21

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/ClassPathBeanDefinitionScanner.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 22

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/ClassPathScanningCandidateComponentProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 29

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/CommonAnnotationBeanPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 47
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 47

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/ComponentScan.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanNameGenerator' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanNameGenerator' 25

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/ComponentScanAnnotationParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 27

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/ComponentScanBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 23
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 27
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.BeanUtils' import. 27

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/ConditionEvaluator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 23

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/Configuration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 25

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.parsing.Location' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.parsing.Location' 25

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassBeanDefinitionReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 30

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassEnhancer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedProxyFactoryBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedProxyFactoryBean' 26

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 35
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 38

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.autoproxy.AutoProxyUtils' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.autoproxy.AutoProxyUtils' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigUtils.*' 67
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigUtils.*' 67
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.context.annotation.AnnotationConfigUtils.*. 67
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.context.annotation.AnnotationConfigUtils.*. 67

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 26

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/ContextAnnotationAutowireCandidateResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 22

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/EnableLoadTimeWeaving.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.weaving.DefaultContextLoadTimeWeaver' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.weaving.DefaultContextLoadTimeWeaver' 25

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/EnableMBeanExport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.export.annotation.AnnotationMBeanExporter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.export.annotation.AnnotationMBeanExporter' 25

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/ImportResource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionReader' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionReader' 25

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/Jsr330ScopeMetadataResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 23

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/MBeanExportConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 23

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/Profile.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.AbstractEnvironment' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.AbstractEnvironment' 25

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/Role.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 25

spring-framework/spring-context/src/main/java/org/springframework/context/annotation/Scope.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableBeanFactory' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableBeanFactory' 25

spring-framework/spring-context/src/main/java/org/springframework/context/config/AbstractPropertyLoadingBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 21

spring-framework/spring-context/src/main/java/org/springframework/context/config/LoadTimeWeaverBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 21

spring-framework/spring-context/src/main/java/org/springframework/context/config/MBeanExportBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 21

spring-framework/spring-context/src/main/java/org/springframework/context/config/MBeanServerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 21

spring-framework/spring-context/src/main/java/org/springframework/context/config/PropertyOverrideBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.PropertyOverrideConfigurer' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.PropertyOverrideConfigurer' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.PropertyOverrideConfigurer' import. 21

spring-framework/spring-context/src/main/java/org/springframework/context/config/PropertyPlaceholderBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer' import. 21

spring-framework/spring-context/src/main/java/org/springframework/context/config/SpringConfiguredBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 21

spring-framework/spring-context/src/main/java/org/springframework/context/event/AbstractApplicationEventMulticaster.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 26

spring-framework/spring-context/src/main/java/org/springframework/context/event/EventPublicationInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 24

spring-framework/spring-context/src/main/java/org/springframework/context/event/SimpleApplicationEventMulticaster.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21

spring-framework/spring-context/src/main/java/org/springframework/context/expression/MapAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.AccessException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.AccessException' 21

spring-framework/spring-context/src/main/java/org/springframework/context/expression/StandardBeanExpressionResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-context/src/main/java/org/springframework/context/i18n/LocaleContextHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NamedInheritableThreadLocal' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NamedInheritableThreadLocal' 22

spring-framework/spring-context/src/main/java/org/springframework/context/support/AbstractApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 34

spring-framework/spring-context/src/main/java/org/springframework/context/support/AbstractMessageSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.HierarchicalMessageSource' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.HierarchicalMessageSource' 25

spring-framework/spring-context/src/main/java/org/springframework/context/support/AbstractRefreshableApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-context/src/main/java/org/springframework/context/support/AbstractXmlApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-context/src/main/java/org/springframework/context/support/ApplicationContextAwareProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23

spring-framework/spring-context/src/main/java/org/springframework/context/support/ApplicationObjectSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-context/src/main/java/org/springframework/context/support/ContextTypeMatchClassLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.DecoratingClassLoader' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.DecoratingClassLoader' 23

spring-framework/spring-context/src/main/java/org/springframework/context/support/ConversionServiceFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21

spring-framework/spring-context/src/main/java/org/springframework/context/support/DefaultLifecycleProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 33

spring-framework/spring-context/src/main/java/org/springframework/context/support/DefaultMessageSourceResolvable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.MessageSourceResolvable' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.MessageSourceResolvable' 21

spring-framework/spring-context/src/main/java/org/springframework/context/support/DelegatingMessageSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.HierarchicalMessageSource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.HierarchicalMessageSource' 21

spring-framework/spring-context/src/main/java/org/springframework/context/support/GenericApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-context/src/main/java/org/springframework/context/support/GenericGroovyApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 23

spring-framework/spring-context/src/main/java/org/springframework/context/support/LiveBeansView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 27

spring-framework/spring-context/src/main/java/org/springframework/context/support/MessageSourceAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 21

spring-framework/spring-context/src/main/java/org/springframework/context/support/MessageSourceResourceBundle.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 23

spring-framework/spring-context/src/main/java/org/springframework/context/support/MessageSourceSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 27

spring-framework/spring-context/src/main/java/org/springframework/context/support/PostProcessorRegistrationDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanFactoryPostProcessor' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanFactoryPostProcessor' 31

spring-framework/spring-context/src/main/java/org/springframework/context/support/PropertySourcesPlaceholderConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-context/src/main/java/org/springframework/context/support/ReloadableResourceBundleMessageSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ResourceLoaderAware' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ResourceLoaderAware' 32

spring-framework/spring-context/src/main/java/org/springframework/context/support/ResourceBundleMessageSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 35

spring-framework/spring-context/src/main/java/org/springframework/context/support/SimpleThreadScope.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 25

spring-framework/spring-context/src/main/java/org/springframework/context/support/StaticApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-context/src/main/java/org/springframework/context/support/StaticMessageSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-context/src/main/java/org/springframework/context/weaving/AspectJWeavingEnabler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.weaver.loadtime.ClassPreProcessorAgentAdapter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.weaver.loadtime.ClassPreProcessorAgentAdapter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26

spring-framework/spring-context/src/main/java/org/springframework/context/weaving/DefaultContextLoadTimeWeaver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 24

spring-framework/spring-context/src/main/java/org/springframework/ejb/access/AbstractRemoteSlsbInvokerInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 27
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.remoting.RemoteConnectFailureException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.remoting.RemoteConnectFailureException' 29

spring-framework/spring-context/src/main/java/org/springframework/ejb/access/AbstractSlsbInvokerInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jndi.JndiObjectLocator' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jndi.JndiObjectLocator' 27

spring-framework/spring-context/src/main/java/org/springframework/ejb/access/LocalSlsbInvokerInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 26
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 26

spring-framework/spring-context/src/main/java/org/springframework/ejb/access/LocalStatelessSessionProxyFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 21

spring-framework/spring-context/src/main/java/org/springframework/ejb/access/SimpleRemoteSlsbInvokerInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 25
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 27

spring-framework/spring-context/src/main/java/org/springframework/ejb/access/SimpleRemoteStatelessSessionProxyFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 21

spring-framework/spring-context/src/main/java/org/springframework/ejb/config/AbstractJndiLocatingBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.RuntimeBeanReference' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.RuntimeBeanReference' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.RuntimeBeanReference' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.*. 27

spring-framework/spring-context/src/main/java/org/springframework/ejb/config/JndiLookupBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.RuntimeBeanReference' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.RuntimeBeanReference' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.RuntimeBeanReference' import. 21

spring-framework/spring-context/src/main/java/org/springframework/ejb/config/LocalStatelessSessionBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean' import. 21

spring-framework/spring-context/src/main/java/org/springframework/ejb/config/RemoteStatelessSessionBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean' import. 21

spring-framework/spring-context/src/main/java/org/springframework/ejb/interceptor/SpringBeanAutowiringInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 28

spring-framework/spring-context/src/main/java/org/springframework/format/FormatterRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.ConverterRegistry' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.ConverterRegistry' 21

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/DateFormatter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.Formatter' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.Formatter' 29

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/DateFormatterRegistrar.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 22

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/DateTimeFormatAnnotationFormatterFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.EmbeddedValueResolutionSupport' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.EmbeddedValueResolutionSupport' 25

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/joda/DateTimeFormatterFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.DateTimeZone' 21
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.DateTimeZone' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.annotation.DateTimeFormat.ISO' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.annotation.DateTimeFormat.ISO' 26

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/joda/DateTimeFormatterFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/joda/DateTimeParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.DateTime' 22
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.DateTime' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.Parser' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.Parser' 25

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/joda/JodaDateTimeFormatAnnotationFormatterFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.LocalDate' 25
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.LocalDate' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.EmbeddedValueResolutionSupport' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.EmbeddedValueResolutionSupport' 32

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/joda/JodaTimeContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.Chronology' 21
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.Chronology' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 25

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/joda/JodaTimeContextHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.format.DateTimeFormatter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.format.DateTimeFormatter' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NamedThreadLocal' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NamedThreadLocal' 23

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/joda/JodaTimeConverters.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.DateTime' 22
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.DateTime' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 30

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/joda/JodaTimeFormatterRegistrar.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.DateTime' 24
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.DateTime' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.FormatterRegistrar' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.FormatterRegistrar' 32

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/joda/LocalDateParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.LocalDate' 22
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.LocalDate' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.Parser' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.Parser' 25

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/joda/LocalDateTimeParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.LocalDateTime' 22
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.LocalDateTime' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.Parser' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.Parser' 25

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/joda/LocalTimeParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.LocalTime' 22
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.LocalTime' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.Parser' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.Parser' 25

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/joda/MillisecondInstantPrinter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.format.DateTimeFormatter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.format.DateTimeFormatter' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.Printer' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.Printer' 23

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/joda/ReadableInstantPrinter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.ReadableInstant' 21
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.ReadableInstant' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.Printer' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.Printer' 24

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/joda/ReadablePartialPrinter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.ReadablePartial' 21
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.ReadablePartial' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.Printer' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.Printer' 24

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/standard/DateTimeContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 24

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/standard/DateTimeContextHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NamedThreadLocal' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NamedThreadLocal' 22

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/standard/DateTimeConverters.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 29

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/standard/DateTimeFormatterFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.annotation.DateTimeFormat.ISO' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.annotation.DateTimeFormat.ISO' 23

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/standard/DateTimeFormatterFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/standard/DateTimeFormatterRegistrar.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.FormatterRegistrar' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.FormatterRegistrar' 31

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/standard/InstantFormatter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.Formatter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.Formatter' 23

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/standard/Jsr310DateTimeFormatAnnotationFormatterFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.EmbeddedValueResolutionSupport' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.EmbeddedValueResolutionSupport' 31

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/standard/TemporalAccessorParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.Parser' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.Parser' 30

spring-framework/spring-context/src/main/java/org/springframework/format/datetime/standard/TemporalAccessorPrinter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.Printer' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.Printer' 23

spring-framework/spring-context/src/main/java/org/springframework/format/number/AbstractNumberFormatter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.Formatter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.Formatter' 24

spring-framework/spring-context/src/main/java/org/springframework/format/number/CurrencyFormatter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 27

spring-framework/spring-context/src/main/java/org/springframework/format/number/NumberFormatAnnotationFormatterFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.EmbeddedValueResolutionSupport' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.EmbeddedValueResolutionSupport' 21

spring-framework/spring-context/src/main/java/org/springframework/format/support/FormattingConversionService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.EmbeddedValueResolverAware' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.EmbeddedValueResolverAware' 26

spring-framework/spring-context/src/main/java/org/springframework/format/support/FormattingConversionServiceFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/InstrumentationLoadTimeWeaver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.instrument.InstrumentationSavingAgent' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.instrument.InstrumentationSavingAgent' 26

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/ReflectiveLoadTimeWeaver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/ResourceOverridingShadowingClassLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/ShadowingClassLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.DecoratingClassLoader' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.DecoratingClassLoader' 30

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/SimpleInstrumentableClassLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.OverridingClassLoader' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.OverridingClassLoader' 21

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/SimpleLoadTimeWeaver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/glassfish/GlassFishLoadTimeWeaver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.instrument.classloading.LoadTimeWeaver' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.instrument.classloading.LoadTimeWeaver' 23

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/jboss/JBossLoadTimeWeaver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.instrument.classloading.LoadTimeWeaver' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.instrument.classloading.LoadTimeWeaver' 21

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/jboss/JBossMCAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 24

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/jboss/JBossModulesAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 23

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/tomcat/TomcatLoadTimeWeaver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.instrument.classloading.LoadTimeWeaver' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.instrument.classloading.LoadTimeWeaver' 23

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/weblogic/WebLogicClassLoaderAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/weblogic/WebLogicLoadTimeWeaver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.instrument.classloading.LoadTimeWeaver' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.instrument.classloading.LoadTimeWeaver' 21

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/websphere/WebSphereClassLoaderAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/websphere/WebSphereClassPreDefinePlugin.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.FileCopyUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.FileCopyUtils' 23

spring-framework/spring-context/src/main/java/org/springframework/instrument/classloading/websphere/WebSphereLoadTimeWeaver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.instrument.classloading.LoadTimeWeaver' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.instrument.classloading.LoadTimeWeaver' 21

spring-framework/spring-context/src/main/java/org/springframework/jmx/access/ConnectorDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.MBeanServerNotFoundException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.MBeanServerNotFoundException' 29

spring-framework/spring-context/src/main/java/org/springframework/jmx/access/MBeanClientInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 50
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 50
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 55
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 55

spring-framework/spring-context/src/main/java/org/springframework/jmx/access/NotificationListenerRegistrar.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 30

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/MBeanExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 41

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/NotificationListenerBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 21

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/annotation/AnnotationJmxAttributeSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.annotation.AnnotationBeanUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.annotation.AnnotationBeanUtils' 22

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/annotation/ManagedMetric.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.support.MetricType' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.support.MetricType' 25

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/assembler/AbstractConfigurableMBeanInfoAssembler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.export.metadata.JmxMetadataUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.export.metadata.JmxMetadataUtils' 26

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/assembler/AbstractMBeanInfoAssembler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 28

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/assembler/AbstractReflectiveMBeanInfoAssembler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.AopProxyUtils' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.AopProxyUtils' 30

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/assembler/InterfaceBasedMBeanInfoAssembler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 27

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/assembler/MetadataMBeanInfoAssembler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 25

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/assembler/MethodExclusionMBeanInfoAssembler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 28

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/assembler/MethodNameBasedMBeanInfoAssembler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 28

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/metadata/JmxMetadataUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/naming/IdentityNamingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.support.ObjectNameManager' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.support.ObjectNameManager' 23

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/naming/KeyNamingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/naming/MetadataNamingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 23

spring-framework/spring-context/src/main/java/org/springframework/jmx/export/notification/ModelMBeanNotificationPublisher.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-context/src/main/java/org/springframework/jmx/support/ConnectorServerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 32

spring-framework/spring-context/src/main/java/org/springframework/jmx/support/JmxUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 32
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.MBeanServerNotFoundException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.MBeanServerNotFoundException' 35

spring-framework/spring-context/src/main/java/org/springframework/jmx/support/MBeanRegistrationSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Constants' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Constants' 31

spring-framework/spring-context/src/main/java/org/springframework/jmx/support/MBeanServerConnectionFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 29

spring-framework/spring-context/src/main/java/org/springframework/jmx/support/MBeanServerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 25

spring-framework/spring-context/src/main/java/org/springframework/jmx/support/NotificationListenerHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 27

spring-framework/spring-context/src/main/java/org/springframework/jmx/support/WebSphereMBeanServerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 23

spring-framework/spring-context/src/main/java/org/springframework/jndi/JndiAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21

spring-framework/spring-context/src/main/java/org/springframework/jndi/JndiLocatorSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-context/src/main/java/org/springframework/jndi/JndiLookupFailureException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NestedRuntimeException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NestedRuntimeException' 21

spring-framework/spring-context/src/main/java/org/springframework/jndi/JndiObjectFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 27

spring-framework/spring-context/src/main/java/org/springframework/jndi/JndiObjectLocator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 21

spring-framework/spring-context/src/main/java/org/springframework/jndi/JndiObjectTargetSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 21

spring-framework/spring-context/src/main/java/org/springframework/jndi/JndiPropertySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.PropertySource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.PropertySource' 21

spring-framework/spring-context/src/main/java/org/springframework/jndi/JndiTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 29

spring-framework/spring-context/src/main/java/org/springframework/jndi/JndiTemplateEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.PropertiesEditor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.PropertiesEditor' 22

spring-framework/spring-context/src/main/java/org/springframework/jndi/support/SimpleJndiBeanFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27

spring-framework/spring-context/src/main/java/org/springframework/remoting/rmi/CodebaseAwareObjectInputStream.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ConfigurableObjectInputStream' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ConfigurableObjectInputStream' 23

spring-framework/spring-context/src/main/java/org/springframework/remoting/rmi/JndiRmiClientInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 26
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 31

spring-framework/spring-context/src/main/java/org/springframework/remoting/rmi/JndiRmiProxyFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 21

spring-framework/spring-context/src/main/java/org/springframework/remoting/rmi/JndiRmiServiceExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 26

spring-framework/spring-context/src/main/java/org/springframework/remoting/rmi/RemoteInvocationSerializingExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 26

spring-framework/spring-context/src/main/java/org/springframework/remoting/rmi/RmiBasedExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.remoting.support.RemoteInvocation' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.remoting.support.RemoteInvocation' 22

spring-framework/spring-context/src/main/java/org/springframework/remoting/rmi/RmiClientInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 33
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 36

spring-framework/spring-context/src/main/java/org/springframework/remoting/rmi/RmiClientInterceptorUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 29
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.remoting.RemoteAccessException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.remoting.RemoteAccessException' 37

spring-framework/spring-context/src/main/java/org/springframework/remoting/rmi/RmiInvocationHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.remoting.support.RemoteInvocation' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.remoting.support.RemoteInvocation' 23

spring-framework/spring-context/src/main/java/org/springframework/remoting/rmi/RmiInvocationWrapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.remoting.support.RemoteInvocation' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.remoting.support.RemoteInvocation' 22

spring-framework/spring-context/src/main/java/org/springframework/remoting/rmi/RmiRegistryFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 29

spring-framework/spring-context/src/main/java/org/springframework/remoting/rmi/RmiServiceExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 30

spring-framework/spring-context/src/main/java/org/springframework/remoting/soap/SoapFaultException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.remoting.RemoteInvocationFailureException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.remoting.RemoteInvocationFailureException' 21

spring-framework/spring-context/src/main/java/org/springframework/remoting/support/DefaultRemoteInvocationExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-context/src/main/java/org/springframework/remoting/support/RemoteInvocation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 25
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 27

spring-framework/spring-context/src/main/java/org/springframework/remoting/support/RemoteInvocationTraceInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 26

spring-framework/spring-context/src/main/java/org/springframework/remoting/support/RemotingSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 22

spring-framework/spring-context/src/main/java/org/springframework/remoting/support/SimpleHttpServerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.sun.net.httpserver.Authenticator' 25
 Warning imports ImportOrder Extra separation in import group before 'com.sun.net.httpserver.Authenticator' 25
 Warning imports ImportOrder Wrong order for 'com.sun.net.httpserver.Authenticator' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 33

spring-framework/spring-context/src/main/java/org/springframework/scheduling/annotation/AbstractAsyncConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler' 22

spring-framework/spring-context/src/main/java/org/springframework/scheduling/annotation/AnnotationAsyncExecutionInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncExecutionInterceptor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncExecutionInterceptor' 22

spring-framework/spring-context/src/main/java/org/springframework/scheduling/annotation/AsyncAnnotationAdvisor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 25
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 27

spring-framework/spring-context/src/main/java/org/springframework/scheduling/annotation/AsyncAnnotationBeanPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor' 22

spring-framework/spring-context/src/main/java/org/springframework/scheduling/annotation/AsyncConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler' 21

spring-framework/spring-context/src/main/java/org/springframework/scheduling/annotation/AsyncConfigurerSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler' 21

spring-framework/spring-context/src/main/java/org/springframework/scheduling/annotation/AsyncResult.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.concurrent.FailureCallback' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.concurrent.FailureCallback' 21

spring-framework/spring-context/src/main/java/org/springframework/scheduling/annotation/EnableAsync.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AdviceMode' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AdviceMode' 26

spring-framework/spring-context/src/main/java/org/springframework/scheduling/annotation/EnableScheduling.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Configuration' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Configuration' 26

spring-framework/spring-context/src/main/java/org/springframework/scheduling/annotation/ProxyAsyncConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21

spring-framework/spring-context/src/main/java/org/springframework/scheduling/annotation/ScheduledAnnotationBeanPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 32

spring-framework/spring-context/src/main/java/org/springframework/scheduling/concurrent/ConcurrentTaskExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 28

spring-framework/spring-context/src/main/java/org/springframework/scheduling/concurrent/ConcurrentTaskScheduler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.TaskRejectedException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.TaskRejectedException' 29

spring-framework/spring-context/src/main/java/org/springframework/scheduling/concurrent/CustomizableThreadFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.CustomizableThreadCreator' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.CustomizableThreadCreator' 21

spring-framework/spring-context/src/main/java/org/springframework/scheduling/concurrent/DefaultManagedAwareThreadFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 26

spring-framework/spring-context/src/main/java/org/springframework/scheduling/concurrent/DefaultManagedTaskExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 23

spring-framework/spring-context/src/main/java/org/springframework/scheduling/concurrent/DefaultManagedTaskScheduler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 23

spring-framework/spring-context/src/main/java/org/springframework/scheduling/concurrent/ExecutorConfigurationSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 28

spring-framework/spring-context/src/main/java/org/springframework/scheduling/concurrent/ForkJoinPoolFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 22

spring-framework/spring-context/src/main/java/org/springframework/scheduling/concurrent/ReschedulingRunnable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.Trigger' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.Trigger' 27

spring-framework/spring-context/src/main/java/org/springframework/scheduling/concurrent/ScheduledExecutorFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 26

spring-framework/spring-context/src/main/java/org/springframework/scheduling/concurrent/ThreadPoolExecutorFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 29

spring-framework/spring-context/src/main/java/org/springframework/scheduling/concurrent/ThreadPoolTaskExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 32

spring-framework/spring-context/src/main/java/org/springframework/scheduling/concurrent/ThreadPoolTaskScheduler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 32

spring-framework/spring-context/src/main/java/org/springframework/scheduling/config/AnnotationDrivenBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.config.AopNamespaceUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.config.AopNamespaceUtils' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.config.AopNamespaceUtils' import. 21

spring-framework/spring-context/src/main/java/org/springframework/scheduling/config/ExecutorBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionBuilder' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionBuilder' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.support.BeanDefinitionBuilder' import. 21

spring-framework/spring-context/src/main/java/org/springframework/scheduling/config/ScheduledTaskRegistrar.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 29

spring-framework/spring-context/src/main/java/org/springframework/scheduling/config/ScheduledTasksBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.RuntimeBeanReference' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.RuntimeBeanReference' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.RuntimeBeanReference' import. 23

spring-framework/spring-context/src/main/java/org/springframework/scheduling/config/SchedulerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionBuilder' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionBuilder' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.support.BeanDefinitionBuilder' import. 21

spring-framework/spring-context/src/main/java/org/springframework/scheduling/support/CronSequenceGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 29

spring-framework/spring-context/src/main/java/org/springframework/scheduling/support/CronTrigger.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.Trigger' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.Trigger' 22

spring-framework/spring-context/src/main/java/org/springframework/scheduling/support/DelegatingErrorHandlingRunnable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-context/src/main/java/org/springframework/scheduling/support/MethodInvokingRunnable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 24

spring-framework/spring-context/src/main/java/org/springframework/scheduling/support/PeriodicTrigger.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.Trigger' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.Trigger' 22

spring-framework/spring-context/src/main/java/org/springframework/scheduling/support/ScheduledMethodRunnable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 23

spring-framework/spring-context/src/main/java/org/springframework/scheduling/support/SimpleTriggerContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.TriggerContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.TriggerContext' 21

spring-framework/spring-context/src/main/java/org/springframework/scheduling/support/TaskUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ErrorHandler' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ErrorHandler' 24

spring-framework/spring-context/src/main/java/org/springframework/scripting/bsh/BshScriptEvaluator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'bsh.EvalError' 23
 Warning imports ImportOrder Extra separation in import group before 'bsh.EvalError' 23
 Warning imports ImportOrder Wrong order for 'bsh.EvalError' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 26

spring-framework/spring-context/src/main/java/org/springframework/scripting/bsh/BshScriptFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'bsh.EvalError' 21
 Warning imports ImportOrder Extra separation in import group before 'bsh.EvalError' 21
 Warning imports ImportOrder Wrong order for 'bsh.EvalError' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 23

spring-framework/spring-context/src/main/java/org/springframework/scripting/bsh/BshScriptUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'bsh.EvalError' 23
 Warning imports ImportOrder Extra separation in import group before 'bsh.EvalError' 23
 Warning imports ImportOrder Wrong order for 'bsh.EvalError' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NestedRuntimeException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NestedRuntimeException' 28

spring-framework/spring-context/src/main/java/org/springframework/scripting/config/ScriptBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConstructorArgumentValues' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConstructorArgumentValues' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.ConstructorArgumentValues' import. 23

spring-framework/spring-context/src/main/java/org/springframework/scripting/config/ScriptingDefaultsParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 21

spring-framework/spring-context/src/main/java/org/springframework/scripting/groovy/GroovyScriptEvaluator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'groovy.lang.Binding' 6
 Warning imports ImportOrder Extra separation in import group before 'groovy.lang.Binding' 6
 Warning imports ImportOrder Wrong order for 'groovy.lang.Binding' import. 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 10
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 10

spring-framework/spring-context/src/main/java/org/springframework/scripting/groovy/GroovyScriptFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'groovy.lang.GroovyClassLoader' 21
 Warning imports ImportOrder Extra separation in import group before 'groovy.lang.GroovyClassLoader' 21
 Warning imports ImportOrder Wrong order for 'groovy.lang.GroovyClassLoader' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27

spring-framework/spring-context/src/main/java/org/springframework/scripting/jruby/JRubyScriptFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jruby.RubyException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.jruby.RubyException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 25

spring-framework/spring-context/src/main/java/org/springframework/scripting/jruby/JRubyScriptUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jruby.Ruby' 26
 Warning imports ImportOrder Extra separation in import group before 'org.jruby.Ruby' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NestedRuntimeException' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NestedRuntimeException' 38

spring-framework/spring-context/src/main/java/org/springframework/scripting/support/ResourceScriptSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 25

spring-framework/spring-context/src/main/java/org/springframework/scripting/support/ScriptFactoryPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 26

spring-framework/spring-context/src/main/java/org/springframework/scripting/support/StandardScriptEvaluator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 27

spring-framework/spring-context/src/main/java/org/springframework/ui/ModelMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Conventions' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Conventions' 23

spring-framework/spring-context/src/main/java/org/springframework/ui/context/support/ResourceBundleThemeSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.HierarchicalMessageSource' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.HierarchicalMessageSource' 25

spring-framework/spring-context/src/main/java/org/springframework/ui/context/support/UiApplicationContextUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 22

spring-framework/spring-context/src/main/java/org/springframework/validation/AbstractBindingResult.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistry' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistry' 29

spring-framework/spring-context/src/main/java/org/springframework/validation/AbstractErrors.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26

spring-framework/spring-context/src/main/java/org/springframework/validation/AbstractPropertyBindingResult.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 21

spring-framework/spring-context/src/main/java/org/springframework/validation/BeanPropertyBindingResult.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 21

spring-framework/spring-context/src/main/java/org/springframework/validation/BindException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistry' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistry' 23

spring-framework/spring-context/src/main/java/org/springframework/validation/BindingResult.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistry' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistry' 22

spring-framework/spring-context/src/main/java/org/springframework/validation/BindingResultUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-context/src/main/java/org/springframework/validation/DataBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.ConfigurablePropertyAccessor' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.ConfigurablePropertyAccessor' 32

spring-framework/spring-context/src/main/java/org/springframework/validation/DefaultMessageCodesResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26

spring-framework/spring-context/src/main/java/org/springframework/validation/Errors.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyAccessor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyAccessor' 21

spring-framework/spring-context/src/main/java/org/springframework/validation/MapBindingResult.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-context/src/main/java/org/springframework/validation/ValidationUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-context/src/main/java/org/springframework/validation/beanvalidation/BeanValidationPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26

spring-framework/spring-context/src/main/java/org/springframework/validation/beanvalidation/CustomValidatorBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 26

spring-framework/spring-context/src/main/java/org/springframework/validation/beanvalidation/LocalValidatorFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 40

spring-framework/spring-context/src/main/java/org/springframework/validation/beanvalidation/LocaleContextMessageInterpolator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContextHolder' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContextHolder' 22

spring-framework/spring-context/src/main/java/org/springframework/validation/beanvalidation/MessageSourceResourceBundleLocator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.validator.spi.resourceloading.ResourceBundleLocator' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.validator.spi.resourceloading.ResourceBundleLocator' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 24

spring-framework/spring-context/src/main/java/org/springframework/validation/beanvalidation/MethodValidationInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 31

spring-framework/spring-context/src/main/java/org/springframework/validation/beanvalidation/MethodValidationPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 23
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 25

spring-framework/spring-context/src/main/java/org/springframework/validation/beanvalidation/OptionalValidatorFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 21

spring-framework/spring-context/src/main/java/org/springframework/validation/beanvalidation/SpringConstraintValidatorFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.AutowireCapableBeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.AutowireCapableBeanFactory' 22

spring-framework/spring-context/src/main/java/org/springframework/validation/beanvalidation/SpringValidatorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.NotReadablePropertyException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.NotReadablePropertyException' 30

spring-framework/spring-context/src/main/java/org/springframework/validation/support/BindingAwareModelMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.ui.ExtendedModelMap' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.ui.ExtendedModelMap' 21

spring-framework/spring-context/src/test/java/example/profilescan/DevComponent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Profile' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Profile' 24

spring-framework/spring-context/src/test/java/example/scannable/AutowiredQualifierFooService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22

spring-framework/spring-context/src/test/java/example/scannable/CustomAspectStereotype.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Component' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Component' 24

spring-framework/spring-context/src/test/java/example/scannable/CustomStereotype.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Scope' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Scope' 24

spring-framework/spring-context/src/test/java/example/scannable/FooService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.annotation.Async' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.annotation.Async' 21

spring-framework/spring-context/src/test/java/example/scannable/FooServiceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 24

spring-framework/spring-context/src/test/java/example/scannable/ScopedProxyTestBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Scope' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Scope' 21

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/AfterAdviceBindingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AdviceBindingTestAspect.AdviceBindingCollaborator' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AdviceBindingTestAspect.AdviceBindingCollaborator' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/AfterReturningAdviceBindingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AfterReturningAdviceBindingTestAspect.AfterReturningAdviceBindingCollaborator' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AfterReturningAdviceBindingTestAspect.AfterReturningAdviceBindingCollaborator' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/AfterThrowingAdviceBindingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AfterThrowingAdviceBindingTestAspect.AfterThrowingAdviceBindingCollaborator' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AfterThrowingAdviceBindingTestAspect.AfterThrowingAdviceBindingCollaborator' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 26

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/AroundAdviceBindingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AroundAdviceBindingTestAspect.AroundAdviceBindingCollaborator' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AroundAdviceBindingTestAspect.AroundAdviceBindingCollaborator' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 32

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/AroundAdviceCircularTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/AspectAndAdvicePrecedenceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.ProceedingJoinPoint' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.ProceedingJoinPoint' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/AspectJExpressionPointcutAdvisorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/BeanNamePointcutAtAspectTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.annotation.AspectJProxyFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.annotation.AspectJProxyFactory' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/BeanNamePointcutTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/BeforeAdviceBindingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AdviceBindingTestAspect.AdviceBindingCollaborator' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.AdviceBindingTestAspect.AdviceBindingCollaborator' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/DeclarationOrderIndependenceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.ProceedingJoinPoint' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.ProceedingJoinPoint' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/DeclareParentsDelegateRefTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/DeclareParentsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.support.AopUtils' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/ImplicitJPArgumentMatchingAtAspectJTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 23

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/ImplicitJPArgumentMatchingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 21

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/OverloadedAdviceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/ProceedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/PropertyDependentAspectTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/SharedPointcutWithArgsMismatchTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 22

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/SubtypeSensitiveMatchingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/TargetPointcutSelectionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/ThisAndTargetSelectionOnlyPointcutsAtAspectJTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.annotation.Aspect' 22
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.annotation.Aspect' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/ThisAndTargetSelectionOnlyPointcutsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotationBindingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotationPointcutTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AspectImplementingInterfaceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorAndLazyInitTargetSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 31
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.String.format' 59
 Warning imports ImportOrder Extra separation in import group before 'java.lang.String.format' 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.String.format. 59
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 60
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 60

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AtAspectJAfterThrowingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.annotation.AfterThrowing' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.annotation.AfterThrowing' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AtAspectJAnnotationBindingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/_TestTypes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.ProceedingJoinPoint' 22
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.ProceedingJoinPoint' 22

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/benchmark/BenchmarkTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/spr3064/SPR3064Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.ProceedingJoinPoint' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.ProceedingJoinPoint' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/generic/AfterReturningGenericTypeMatchingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.annotation.AfterReturning' 22
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.annotation.AfterReturning' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/generic/GenericBridgeMethodMatchingClassProxyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/generic/GenericBridgeMethodMatchingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/aop/aspectj/generic/GenericParameterMatchingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.annotation.Aspect' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.annotation.Aspect' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-context/src/test/java/org/springframework/aop/config/AopNamespaceHandlerAdviceTypeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 22
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.BeanDefinitionStoreException' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/aop/config/AopNamespaceHandlerArgNamesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/aop/config/AopNamespaceHandlerProxyTargetClassTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/aop/config/AopNamespaceHandlerReturningTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 22
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.BeanDefinitionStoreException' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/aop/config/AopNamespaceHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-context/src/test/java/org/springframework/aop/config/AopNamespaceHandlerThrowingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 22
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.BeanDefinitionStoreException' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/aop/config/MethodLocatingFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 27

spring-framework/spring-context/src/test/java/org/springframework/aop/config/PrototypeProxyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 21

spring-framework/spring-context/src/test/java/org/springframework/aop/framework/AbstractAopProxyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 31
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 43
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 43
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.Advisor' import. 43
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 79
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 79
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 79
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 79

spring-framework/spring-context/src/test/java/org/springframework/aop/framework/CglibProxyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 26
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.ClassFilter' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40

spring-framework/spring-context/src/test/java/org/springframework/aop/framework/JdkDynamicProxyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.ExposeInvocationInterceptor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.ExposeInvocationInterceptor' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 31

spring-framework/spring-context/src/test/java/org/springframework/aop/framework/ObjenesisProxyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.DebugInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.DebugInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/aop/framework/ProxyFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 26
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 34
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.ClassFilter' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 63
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 63
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 63
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 63
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 64
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 64

spring-framework/spring-context/src/test/java/org/springframework/aop/framework/adapter/AdvisorAdapterRegistrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-context/src/test/java/org/springframework/aop/framework/autoproxy/AdvisorAutoProxyCreatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 24
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.framework.Advised' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-context/src/test/java/org/springframework/aop/framework/autoproxy/AutoProxyCreatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.TargetSource' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 46

spring-framework/spring-context/src/test/java/org/springframework/aop/framework/autoproxy/BeanNameAutoProxyCreatorInitTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/aop/framework/autoproxy/BeanNameAutoProxyCreatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 26
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.framework.Advised' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-context/src/test/java/org/springframework/aop/scope/ScopedProxyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-context/src/test/java/org/springframework/aop/target/CommonsPoolTargetSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.pool.impl.GenericObjectPool' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.pool.impl.GenericObjectPool' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-context/src/test/java/org/springframework/beans/factory/annotation/BridgeMethodAutowiringTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/beans/factory/support/InjectAnnotationAutowireContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedProxyUtils' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedProxyUtils' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-context/src/test/java/org/springframework/beans/factory/support/QualifierAnnotationAutowireContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedProxyUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedProxyUtils' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-context/src/test/java/org/springframework/beans/factory/xml/LookupMethodWrappedByCglibProxyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.DebugInterceptor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.DebugInterceptor' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/beans/factory/xml/QualifierAnnotationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.String.format' 37
 Warning imports ImportOrder Extra separation in import group before 'java.lang.String.format' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.String.format. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.util.ClassUtils.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.util.ClassUtils.*. 39

spring-framework/spring-context/src/test/java/org/springframework/beans/factory/xml/SimplePropertyNamespaceHandlerWithExpressionLanguageTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/beans/factory/xml/XmlBeanFactoryTestTypes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 29

spring-framework/spring-context/src/test/java/org/springframework/beans/factory/xml/XmlBeanFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 29
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 33
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.framework.ProxyFactory' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 69
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 69
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 69
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 69
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 70
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 70

spring-framework/spring-context/src/test/java/org/springframework/beans/factory/xml/support/CustomNamespaceHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 32
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.Advisor' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.String.format' 62
 Warning imports ImportOrder Extra separation in import group before 'java.lang.String.format' 62
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.String.format. 62
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 63
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 63

spring-framework/spring-context/src/test/java/org/springframework/cache/CacheReproTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.annotation.Cacheable' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.annotation.Cacheable' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 37

spring-framework/spring-context/src/test/java/org/springframework/cache/CacheTestUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.concurrent.ConcurrentMapCache' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.concurrent.ConcurrentMapCache' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/cache/NoOpCacheManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.support.NoOpCacheManager' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.support.NoOpCacheManager' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/cache/annotation/AnnotationCacheOperationSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheEvictOperation' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheEvictOperation' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-context/src/test/java/org/springframework/cache/concurrent/ConcurrentCacheTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/cache/concurrent/ConcurrentMapCacheManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/cache/config/AbstractAnnotationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.AopProxyUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.AopProxyUtils' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-context/src/test/java/org/springframework/cache/config/AnnotatedClassCacheableService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.annotation.CacheEvict' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.annotation.CacheEvict' 21

spring-framework/spring-context/src/test/java/org/springframework/cache/config/AnnotationNamespaceDrivenTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheErrorHandler' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheErrorHandler' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/cache/config/CacheAdviceNamespaceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheInterceptor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.CacheInterceptor' 22

spring-framework/spring-context/src/test/java/org/springframework/cache/config/CacheAdviceParserTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/cache/config/CustomInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.CacheManager' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.CacheManager' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-context/src/test/java/org/springframework/cache/config/DefaultCacheableService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.annotation.CacheEvict' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.annotation.CacheEvict' 21

spring-framework/spring-context/src/test/java/org/springframework/cache/config/EnableCachingIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 7
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.CacheTestUtils.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.CacheTestUtils.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.cache.CacheTestUtils.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.cache.CacheTestUtils.*. 21

spring-framework/spring-context/src/test/java/org/springframework/cache/config/EnableCachingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-context/src/test/java/org/springframework/cache/config/ExpressionCachingIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.CacheManager' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.CacheManager' 21

spring-framework/spring-context/src/test/java/org/springframework/cache/config/SomeCustomKeyGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.KeyGenerator' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.interceptor.KeyGenerator' 21

spring-framework/spring-context/src/test/java/org/springframework/cache/interceptor/CacheErrorHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 43

spring-framework/spring-context/src/test/java/org/springframework/cache/interceptor/CachePutEvaluationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-context/src/test/java/org/springframework/cache/interceptor/CacheResolverCustomizationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.NoSuchBeanDefinitionException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.NoSuchBeanDefinitionException' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.cache.CacheTestUtils.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.cache.CacheTestUtils.*. 42

spring-framework/spring-context/src/test/java/org/springframework/cache/interceptor/DefaultKeyGeneratorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-context/src/test/java/org/springframework/cache/interceptor/ExpressionEvaluatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.annotation.AnnotationCacheOperationSource' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.annotation.AnnotationCacheOperationSource' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-context/src/test/java/org/springframework/cache/interceptor/MethodCacheKeyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/cache/interceptor/SimpleKeyGeneratorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-context/src/test/java/org/springframework/context/AbstractApplicationContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 27

spring-framework/spring-context/src/test/java/org/springframework/context/access/ContextBeanFactoryReferenceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 24

spring-framework/spring-context/src/test/java/org/springframework/context/access/ContextJndiBeanFactoryLocatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25

spring-framework/spring-context/src/test/java/org/springframework/context/access/ContextSingletonBeanFactoryLocatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-context/src/test/java/org/springframework/context/access/DefaultLocatorFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.access.BeanFactoryLocator' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.access.BeanFactoryLocator' 21

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/AbstractCircularImportDetectionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.parsing.BeanDefinitionParsingException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.parsing.BeanDefinitionParsingException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/AnnotationBeanNameGeneratorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'example.scannable.DefaultNamedComponent' 24
 Warning imports ImportOrder Extra separation in import group before 'example.scannable.DefaultNamedComponent' 24
 Warning imports ImportOrder Wrong order for 'example.scannable.DefaultNamedComponent' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/AnnotationConfigApplicationContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 24
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.String.format' 32
 Warning imports ImportOrder Extra separation in import group before 'java.lang.String.format' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.String.format. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.util.StringUtils.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.util.StringUtils.*. 35

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/AnnotationProcessorPerformanceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/AnnotationScopeMetadataResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/AutoProxyLazyInitTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/BeanAge.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Qualifier' 8
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Qualifier' 8

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/BeanMethodMetadataTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AnnotatedBeanDefinition' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/BeanMethodPolymorphismTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ClassPathBeanDefinitionScannerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ClassPathFactoryBeanDefinitionScannerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedObject' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedObject' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ClassPathScanningCandidateComponentProviderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'example.profilescan.DevComponent' 24
 Warning imports ImportOrder Extra separation in import group before 'example.profilescan.DevComponent' 24
 Warning imports ImportOrder Wrong order for 'example.profilescan.DevComponent' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 49
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 49
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 49
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 50

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/CommonAnnotationBeanPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 47

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanAndImportAnnotationInteractionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.RootBeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.RootBeanDefinition' 21

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanAnnotationIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'example.scannable.CustomComponent' 26
 Warning imports ImportOrder Extra separation in import group before 'example.scannable.CustomComponent' 26
 Warning imports ImportOrder Wrong order for 'example.scannable.CustomComponent' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 50
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 51
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 52

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanAnnotationRecursionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.componentscan.cycle.left.LeftConfig' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.componentscan.cycle.left.LeftConfig' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanAnnotationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultBeanNameGenerator' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultBeanNameGenerator' 21

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanParserBeanDefinitionDefaultsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.UnsatisfiedDependencyException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.UnsatisfiedDependencyException' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanParserScopedProxyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanParserTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'example.profilescan.ProfileAnnotatedComponent' 24
 Warning imports ImportOrder Extra separation in import group before 'example.profilescan.ProfileAnnotatedComponent' 24
 Warning imports ImportOrder Wrong order for 'example.profilescan.ProfileAnnotatedComponent' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanParserWithUserDefinedStrategiesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassAndBFPPTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassPostConstructAndAutowiringTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedObject' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedObject' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 50
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 50

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassSpr8954Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassWithConditionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.NoSuchBeanDefinitionException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.NoSuchBeanDefinitionException' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationWithFactoryBeanAndAutowiringTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationWithFactoryBeanAndParametersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/DestroyMethodInferenceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/EnableAspectJAutoProxyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/EnableLoadTimeWeavingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 27

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/FooServiceDependentConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 21

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ImportAwareTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ImportBeanDefinitionRegistrarTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ImportSelectorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 47
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Matchers.anyObject. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Matchers.eq. 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 51

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/InvalidConfigurationClassDefinitionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 25

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/LazyAutowiredAnnotationBeanPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.NoSuchBeanDefinitionException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.NoSuchBeanDefinitionException' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/NestedConfigurationClassTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Component' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Component' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/PrimitiveBeanLookupAndAutowiringTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/PropertySourceAnnotationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/ReflectionUtilsIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/RoleAndDescriptionAnnotationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/SimpleConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'example.scannable.FooService' 22
 Warning imports ImportOrder Extra separation in import group before 'example.scannable.FooService' 22
 Warning imports ImportOrder Wrong order for 'example.scannable.FooService' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/SimpleScanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/Spr11202Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/Spr11310Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/Spr3775InitDestroyLifecycleTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/Spr6602Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/AutowiredConfigurationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 43

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/BeanAnnotationAttributePropagationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/BeanMethodQualificationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/ConfigurationBeanNameTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/ConfigurationClassAspectIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/ConfigurationClassProcessingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 56
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 56
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 56

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/ConfigurationClassWithPlaceholderConfigurerBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Value' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Value' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/ConfigurationMetaAnnotationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/DuplicateConfigurationClassPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.RootBeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.RootBeanDefinition' 21

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/ImportAnnotationDetectionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/ImportResourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.lang.annotation.Aspect' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.lang.annotation.Aspect' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/ImportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.parsing.BeanDefinitionParsingException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.parsing.BeanDefinitionParsingException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/ImportWithConditionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/ImportedConfigurationClassEnhancementTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/PackagePrivateBeanMethodInheritanceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/ScopingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedObject' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedObject' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 43

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/Spr10668Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/Spr10744Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/Spr12526Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.config.BeanDefinition.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.config.BeanDefinition.*. 29

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/Spr7167Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/spr8955/Spr8955Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 21

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/configuration/spr9031/Spr9031Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/jsr330/SpringAtInjectTck.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotatedBeanDefinitionReader' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotatedBeanDefinitionReader' 32

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/spr10546/Spr10546Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/spr12233/Spr12233Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Value' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Value' 21

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/spr12334/Spr12334Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionRegistry' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionRegistry' 21

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/spr8761/Spr8761Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/spr8808/Spr8808Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 21

spring-framework/spring-context/src/test/java/org/springframework/context/annotation3/StubFooDao.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Qualifier' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Qualifier' 21

spring-framework/spring-context/src/test/java/org/springframework/context/annotation5/MyRepository.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Lazy' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Lazy' 24

spring-framework/spring-context/src/test/java/org/springframework/context/config/ContextNamespaceHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.PlaceholderConfigurerSupport' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.PlaceholderConfigurerSupport' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-context/src/test/java/org/springframework/context/conversionservice/ConversionServiceContextConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-context/src/test/java/org/springframework/context/conversionservice/TestClient.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22

spring-framework/spring-context/src/test/java/org/springframework/context/event/ApplicationContextEventTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 23
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 41

spring-framework/spring-context/src/test/java/org/springframework/context/event/EventPublicationInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34

spring-framework/spring-context/src/test/java/org/springframework/context/event/LifecycleEventTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21

spring-framework/spring-context/src/test/java/org/springframework/context/expression/ApplicationContextExpressionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 49
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 49
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 49

spring-framework/spring-context/src/test/java/org/springframework/context/expression/EnvironmentAccessorIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 29

spring-framework/spring-context/src/test/java/org/springframework/context/groovy/GroovyApplicationContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.parsing.BeanDefinitionParsingException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.parsing.BeanDefinitionParsingException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/context/i18n/LocaleContextHolderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/context/support/ApplicationContextLifecycleTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-context/src/test/java/org/springframework/context/support/BeanFactoryPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-context/src/test/java/org/springframework/context/support/ClassPathXmlApplicationContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 46

spring-framework/spring-context/src/test/java/org/springframework/context/support/ConversionServiceFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-context/src/test/java/org/springframework/context/support/DefaultLifecycleProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-context/src/test/java/org/springframework/context/support/EnvironmentIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-context/src/test/java/org/springframework/context/support/EnvironmentSecurityManagerIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.String.format' 34
 Warning imports ImportOrder Extra separation in import group before 'java.lang.String.format' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.String.format. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-context/src/test/java/org/springframework/context/support/GenericApplicationContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.NoUniqueBeanDefinitionException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.NoUniqueBeanDefinitionException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/context/support/GenericXmlApplicationContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 5
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 8
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 8
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 8
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 9
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 9

spring-framework/spring-context/src/test/java/org/springframework/context/support/PropertyResourceConfigurerIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-context/src/test/java/org/springframework/context/support/PropertySourcesPlaceholderConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 38

spring-framework/spring-context/src/test/java/org/springframework/context/support/ResourceBundleMessageSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-context/src/test/java/org/springframework/context/support/SerializableBeanFactoryMemoryLeakTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.AfterClass' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.AfterClass' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 10
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 15
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 15
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 15
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 15
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 16
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 16
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 17
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 17

spring-framework/spring-context/src/test/java/org/springframework/context/support/SimpleThreadScopeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/context/support/Spr7283Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-context/src/test/java/org/springframework/context/support/Spr7816Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/context/support/StaticApplicationContextMulticasterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 23

spring-framework/spring-context/src/test/java/org/springframework/context/support/StaticApplicationContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 23

spring-framework/spring-context/src/test/java/org/springframework/context/support/StaticMessageSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 24

spring-framework/spring-context/src/test/java/org/springframework/ejb/access/LocalSlsbInvokerInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 31

spring-framework/spring-context/src/test/java/org/springframework/ejb/access/LocalStatelessSessionProxyFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jndi.JndiTemplate' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jndi.JndiTemplate' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30

spring-framework/spring-context/src/test/java/org/springframework/ejb/access/SimpleRemoteSlsbInvokerInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34

spring-framework/spring-context/src/test/java/org/springframework/ejb/access/SimpleRemoteStatelessSessionProxyFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jndi.JndiTemplate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jndi.JndiTemplate' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 32

spring-framework/spring-context/src/test/java/org/springframework/ejb/config/JeeNamespaceHandlerEventTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.parsing.BeanComponentDefinition' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.parsing.BeanComponentDefinition' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/ejb/config/JeeNamespaceHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-context/src/test/java/org/springframework/format/datetime/DateFormatterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.DateTimeZone' 26
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.DateTimeZone' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.annotation.DateTimeFormat.ISO' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.annotation.DateTimeFormat.ISO' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-context/src/test/java/org/springframework/format/datetime/DateFormattingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40

spring-framework/spring-context/src/test/java/org/springframework/format/datetime/joda/DateTimeFormatterFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/format/datetime/joda/DateTimeFormatterFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.DateTime' 22
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.DateTime' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.annotation.DateTimeFormat.ISO' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.annotation.DateTimeFormat.ISO' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-context/src/test/java/org/springframework/format/datetime/joda/JodaTimeFormattingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.DateTime' 25
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.DateTime' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 45
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 46

spring-framework/spring-context/src/test/java/org/springframework/format/datetime/standard/DateTimeFormatterFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/format/datetime/standard/DateTimeFormatterFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.annotation.DateTimeFormat.ISO' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.annotation.DateTimeFormat.ISO' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-context/src/test/java/org/springframework/format/datetime/standard/DateTimeFormattingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 45

spring-framework/spring-context/src/test/java/org/springframework/format/number/CurrencyFormatterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/format/number/NumberFormatterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/format/number/NumberFormattingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-context/src/test/java/org/springframework/format/number/PercentFormatterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/format/support/FormattingConversionServiceFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionFailedException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionFailedException' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40

spring-framework/spring-context/src/test/java/org/springframework/format/support/FormattingConversionServiceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.DateTime' 28
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.DateTime' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 58
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 58
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 58

spring-framework/spring-context/src/test/java/org/springframework/instrument/classloading/InstrumentableClassLoaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-context/src/test/java/org/springframework/instrument/classloading/ReflectiveLoadTimeWeaverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/instrument/classloading/ResourceOverridingShadowingClassLoaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/jmx/AbstractMBeanServerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.XmlBeanDefinitionReader' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.XmlBeanDefinitionReader' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-context/src/test/java/org/springframework/jmx/access/MBeanClientInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.AbstractMBeanServerTests' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.AbstractMBeanServerTests' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42

spring-framework/spring-context/src/test/java/org/springframework/jmx/access/RemoteMBeanClientInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.Assume' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.Assume' 28

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/CustomDateEditorRegistrar.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistrar' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyEditorRegistrar' 22

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/CustomEditorConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.AbstractJmxTests' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.AbstractJmxTests' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/LazyInitMBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 24

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/MBeanExporterOperationsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.AbstractMBeanServerTests' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.AbstractMBeanServerTests' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/MBeanExporterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 58
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 58
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 58

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/NotificationListenerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/NotificationPublisherTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 43

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/PropertyPlaceholderConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.AbstractJmxTests' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.AbstractJmxTests' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/annotation/AnnotationLazyInitMBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 24

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/annotation/AnnotationMetadataAssemblerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.IJmxTestBean' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.IJmxTestBean' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/annotation/EnableMBeanExportConfigurationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/annotation/JmxUtilsAnnotationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.JdkVersion' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.JdkVersion' 23

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/assembler/AbstractAutodetectTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.JmxTestBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.JmxTestBean' 21

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/assembler/AbstractJmxAssemblerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.AbstractJmxTests' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.AbstractJmxTests' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/assembler/AbstractMetadataAssemblerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/assembler/InterfaceBasedMBeanInfoAssemblerCustomTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/assembler/InterfaceBasedMBeanInfoAssemblerMappedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/assembler/MethodExclusionMBeanInfoAssemblerComboTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/assembler/MethodExclusionMBeanInfoAssemblerMappedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/assembler/MethodExclusionMBeanInfoAssemblerNotMappedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/assembler/MethodExclusionMBeanInfoAssemblerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.JmxTestBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.JmxTestBean' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/assembler/MethodNameBasedMBeanInfoAssemblerMappedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/assembler/MethodNameBasedMBeanInfoAssemblerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/naming/AbstractNamingStrategyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/naming/IdentityNamingStrategyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.JmxTestBean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.JmxTestBean' 24

spring-framework/spring-context/src/test/java/org/springframework/jmx/export/notification/ModelMBeanNotificationPublisherTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.export.SpringModelMBean' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.export.SpringModelMBean' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-context/src/test/java/org/springframework/jmx/support/ConnectorServerFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jmx.AbstractMBeanServerTests' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jmx.AbstractMBeanServerTests' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-context/src/test/java/org/springframework/jmx/support/JmxUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 28
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapperImpl' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapperImpl' 30

spring-framework/spring-context/src/test/java/org/springframework/jmx/support/MBeanServerConnectionFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-context/src/test/java/org/springframework/jmx/support/MBeanServerFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 24
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.MBeanTestUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.MBeanTestUtils' 26

spring-framework/spring-context/src/test/java/org/springframework/jmx/support/RegistrationPolicyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-context/src/test/java/org/springframework/jndi/JndiLocatorDelegateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/jndi/JndiObjectFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 31

spring-framework/spring-context/src/test/java/org/springframework/jndi/JndiPropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.mock.jndi.SimpleNamingContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.mock.jndi.SimpleNamingContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/jndi/JndiTemplateEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 22
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-context/src/test/java/org/springframework/jndi/JndiTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 25

spring-framework/spring-context/src/test/java/org/springframework/jndi/SimpleNamingContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.mock.jndi.SimpleNamingContext' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.mock.jndi.SimpleNamingContext' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-context/src/test/java/org/springframework/remoting/rmi/RmiSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.remoting.RemoteAccessException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.remoting.RemoteAccessException' 35

spring-framework/spring-context/src/test/java/org/springframework/scheduling/annotation/AnnotationAsyncExecutionInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/scheduling/annotation/AsyncAnnotationBeanPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 43

spring-framework/spring-context/src/test/java/org/springframework/scheduling/annotation/AsyncExecutionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 25
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-context/src/test/java/org/springframework/scheduling/annotation/EnableAsyncTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.anyOf' 44
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.anyOf' 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.anyOf. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.not. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.startsWith. 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 48

spring-framework/spring-context/src/test/java/org/springframework/scheduling/annotation/EnableSchedulingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-context/src/test/java/org/springframework/scheduling/annotation/ScheduledAnnotationBeanPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 53
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 53
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 53

spring-framework/spring-context/src/test/java/org/springframework/scheduling/annotation/TestableAsyncUncaughtExceptionHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/scheduling/concurrent/ConcurrentTaskExecutorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.NoOpRunnable' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.NoOpRunnable' 21

spring-framework/spring-context/src/test/java/org/springframework/scheduling/concurrent/ScheduledExecutorFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.NoOpRunnable' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.NoOpRunnable' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 31

spring-framework/spring-context/src/test/java/org/springframework/scheduling/concurrent/ThreadPoolTaskSchedulerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.Trigger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.Trigger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-context/src/test/java/org/springframework/scheduling/config/AnnotationDrivenBeanDefinitionParserTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-context/src/test/java/org/springframework/scheduling/config/ExecutorBeanDefinitionParserTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-context/src/test/java/org/springframework/scheduling/config/LazyScheduledTasksBeanDefinitionParserTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.GenericXmlApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.GenericXmlApplicationContext' 21

spring-framework/spring-context/src/test/java/org/springframework/scheduling/config/ScheduledTasksBeanDefinitionParserTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-context/src/test/java/org/springframework/scheduling/config/SchedulerBeanDefinitionParserTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/scheduling/support/CronSequenceGeneratorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-context/src/test/java/org/springframework/scheduling/support/CronTriggerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.TriggerContext' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.TriggerContext' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-context/src/test/java/org/springframework/scheduling/support/PeriodicTriggerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.TriggerContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.TriggerContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-context/src/test/java/org/springframework/scripting/bsh/BshScriptEvaluatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/scripting/bsh/BshScriptFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 39

spring-framework/spring-context/src/test/java/org/springframework/scripting/config/ScriptingDefaultsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 23

spring-framework/spring-context/src/test/java/org/springframework/scripting/groovy/GroovyAspectIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.GenericXmlApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.GenericXmlApplicationContext' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-context/src/test/java/org/springframework/scripting/groovy/GroovyAspectTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/scripting/groovy/GroovyClassLoadingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'groovy.lang.GroovyClassLoader' 21
 Warning imports ImportOrder Extra separation in import group before 'groovy.lang.GroovyClassLoader' 21
 Warning imports ImportOrder Wrong order for 'groovy.lang.GroovyClassLoader' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.RootBeanDefinition' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.RootBeanDefinition' 24

spring-framework/spring-context/src/test/java/org/springframework/scripting/groovy/GroovyScriptEvaluatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-context/src/test/java/org/springframework/scripting/groovy/GroovyScriptFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'groovy.lang.DelegatingMetaClass' 23
 Warning imports ImportOrder Extra separation in import group before 'groovy.lang.DelegatingMetaClass' 23
 Warning imports ImportOrder Wrong order for 'groovy.lang.DelegatingMetaClass' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 50
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 51

spring-framework/spring-context/src/test/java/org/springframework/scripting/groovy/LogUserAdvice.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 5
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.MethodBeforeAdvice' 5

spring-framework/spring-context/src/test/java/org/springframework/scripting/jruby/AdvisedJRubyScriptFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-context/src/test/java/org/springframework/scripting/jruby/JRubyScriptFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-context/src/test/java/org/springframework/scripting/support/RefreshableScriptTargetSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 23

spring-framework/spring-context/src/test/java/org/springframework/scripting/support/ResourceScriptSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ByteArrayResource' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ByteArrayResource' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 27

spring-framework/spring-context/src/test/java/org/springframework/scripting/support/ScriptFactoryPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 35

spring-framework/spring-context/src/test/java/org/springframework/tests/context/SimpleMapScope.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 26

spring-framework/spring-context/src/test/java/org/springframework/tests/mock/jndi/ExpectedLookupTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jndi.JndiTemplate' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jndi.JndiTemplate' 23

spring-framework/spring-context/src/test/java/org/springframework/tests/mock/jndi/SimpleNamingContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 33
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 36

spring-framework/spring-context/src/test/java/org/springframework/tests/mock/jndi/SimpleNamingContextBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 29

spring-framework/spring-context/src/test/java/org/springframework/tests/sample/beans/ResourceTestBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ContextResource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ContextResource' 22

spring-framework/spring-context/src/test/java/org/springframework/ui/ModelMapTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-context/src/test/java/org/springframework/validation/DataBinderFieldAccessTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-context/src/test/java/org/springframework/validation/DataBinderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 38
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.InvalidPropertyException' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.InvalidPropertyException' 40

spring-framework/spring-context/src/test/java/org/springframework/validation/DefaultMessageCodesResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-context/src/test/java/org/springframework/validation/ValidationUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-context/src/test/java/org/springframework/validation/beanvalidation/BeanValidationPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-context/src/test/java/org/springframework/validation/beanvalidation/MethodValidationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-context/src/test/java/org/springframework/validation/beanvalidation/ValidatorFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.validator.HibernateValidator' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.validator.HibernateValidator' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.validation.BeanPropertyBindingResult' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.validation.BeanPropertyBindingResult' 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 46
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 47

spring-framework/spring-context/src/test/java/test/aspect/PerTargetAspect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 10
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 10

spring-framework/spring-context/src/test/java/test/mixin/LockMixin.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.DelegatingIntroductionInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.DelegatingIntroductionInterceptor' 21

spring-framework/spring-core/src/main/java/org/springframework/core/AttributeAccessorSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-core/src/main/java/org/springframework/core/BridgeMethodResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 25

spring-framework/spring-core/src/main/java/org/springframework/core/CollectionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 38

spring-framework/spring-core/src/main/java/org/springframework/core/ConfigurableObjectInputStream.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 26

spring-framework/spring-core/src/main/java/org/springframework/core/Constants.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-core/src/main/java/org/springframework/core/ControlFlowFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-core/src/main/java/org/springframework/core/Conventions.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30

spring-framework/spring-core/src/main/java/org/springframework/core/DecoratingClassLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.lang.UsesJava7' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.lang.UsesJava7' 22

spring-framework/spring-core/src/main/java/org/springframework/core/ExceptionDepthComparator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25

spring-framework/spring-core/src/main/java/org/springframework/core/GenericTypeResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28

spring-framework/spring-core/src/main/java/org/springframework/core/LocalVariableTableParameterNameDiscoverer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.ClassReader' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.ClassReader' 31

spring-framework/spring-core/src/main/java/org/springframework/core/MethodParameter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 29

spring-framework/spring-core/src/main/java/org/springframework/core/OverridingClassLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.lang.UsesJava7' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.lang.UsesJava7' 22

spring-framework/spring-core/src/main/java/org/springframework/core/ParameterizedTypeReference.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-core/src/main/java/org/springframework/core/ResolvableType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.SerializableTypeWrapper.FieldTypeProvider' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.SerializableTypeWrapper.FieldTypeProvider' 34

spring-framework/spring-core/src/main/java/org/springframework/core/SerializableTypeWrapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33

spring-framework/spring-core/src/main/java/org/springframework/core/SimpleAliasRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25

spring-framework/spring-core/src/main/java/org/springframework/core/SpringProperties.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24

spring-framework/spring-core/src/main/java/org/springframework/core/StandardReflectionParameterNameDiscoverer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.lang.UsesJava8' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.lang.UsesJava8' 23

spring-framework/spring-core/src/main/java/org/springframework/core/annotation/AnnotatedElementUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.LinkedMultiValueMap' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.LinkedMultiValueMap' 26

spring-framework/spring-core/src/main/java/org/springframework/core/annotation/AnnotationAttributes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-core/src/main/java/org/springframework/core/annotation/AnnotationAwareOrderComparator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.OrderComparator' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.OrderComparator' 25

spring-framework/spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 33

spring-framework/spring-core/src/main/java/org/springframework/core/annotation/Order.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 24

spring-framework/spring-core/src/main/java/org/springframework/core/annotation/OrderUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 21

spring-framework/spring-core/src/main/java/org/springframework/core/convert/Property.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.GenericTypeResolver' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.GenericTypeResolver' 26

spring-framework/spring-core/src/main/java/org/springframework/core/convert/TypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 27

spring-framework/spring-core/src/main/java/org/springframework/core/convert/converter/ConvertingComparator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 22

spring-framework/spring-core/src/main/java/org/springframework/core/convert/converter/GenericConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 21

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/ArrayToArrayConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 24

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/ArrayToCollectionConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.CollectionFactory' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.CollectionFactory' 24

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/ArrayToObjectConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 23

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/ArrayToStringConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 23

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/ByteBufferConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 24

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/CollectionToArrayConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 24

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/CollectionToCollectionConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.CollectionFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.CollectionFactory' 23

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/CollectionToObjectConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 23

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/CollectionToStringConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 23

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/ConversionServiceFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 21

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/ConvertingPropertyEditorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 21

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/DefaultConversionService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 22

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/FallbackObjectToStringConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 23

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/GenericConversionService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ResolvableType' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ResolvableType' 31

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/IdToEntityConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 24

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/MapToMapConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.CollectionFactory' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.CollectionFactory' 25

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/ObjectToArrayConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 23

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/ObjectToCollectionConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.CollectionFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.CollectionFactory' 23

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/ObjectToObjectConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionFailedException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionFailedException' 25

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/ObjectToOptionalConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 23

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/PropertiesToStringConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 23

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/StringToArrayConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 23

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/StringToBooleanConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 22

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/StringToCollectionConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.CollectionFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.CollectionFactory' 23

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/StringToLocaleConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 21

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/StringToPropertiesConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 22

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/StringToUUIDConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 21

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/ZoneIdToTimeZoneConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 22

spring-framework/spring-core/src/main/java/org/springframework/core/convert/support/ZonedDateTimeToCalendarConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 23

spring-framework/spring-core/src/main/java/org/springframework/core/env/AbstractEnvironment.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.SpringProperties' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.SpringProperties' 28
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.String.*' 33
 Warning imports ImportOrder Extra separation in import group before 'java.lang.String.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.String.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.String.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.util.StringUtils.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.util.StringUtils.*. 34

spring-framework/spring-core/src/main/java/org/springframework/core/env/AbstractPropertyResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.support.ConfigurableConversionService' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.support.ConfigurableConversionService' 25

spring-framework/spring-core/src/main/java/org/springframework/core/env/CommandLinePropertySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22

spring-framework/spring-core/src/main/java/org/springframework/core/env/CompositePropertySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26

spring-framework/spring-core/src/main/java/org/springframework/core/env/JOptCommandLinePropertySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'joptsimple.OptionSet' 23
 Warning imports ImportOrder Extra separation in import group before 'joptsimple.OptionSet' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-core/src/main/java/org/springframework/core/env/MapPropertySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21

spring-framework/spring-core/src/main/java/org/springframework/core/env/MutablePropertySources.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26

spring-framework/spring-core/src/main/java/org/springframework/core/env/PropertySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-core/src/main/java/org/springframework/core/env/ReadOnlySystemAttributesMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-core/src/main/java/org/springframework/core/env/SystemEnvironmentPropertySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-core/src/main/java/org/springframework/core/io/AbstractFileResolvingResource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ResourceUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ResourceUtils' 27

spring-framework/spring-core/src/main/java/org/springframework/core/io/AbstractResource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NestedIOException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NestedIOException' 27

spring-framework/spring-core/src/main/java/org/springframework/core/io/ClassPathResource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-core/src/main/java/org/springframework/core/io/DefaultResourceLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-core/src/main/java/org/springframework/core/io/FileSystemResource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28

spring-framework/spring-core/src/main/java/org/springframework/core/io/PathResource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.lang.UsesJava7' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.lang.UsesJava7' 31

spring-framework/spring-core/src/main/java/org/springframework/core/io/ResourceEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.PropertyResolver' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.PropertyResolver' 22

spring-framework/spring-core/src/main/java/org/springframework/core/io/UrlResource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 29

spring-framework/spring-core/src/main/java/org/springframework/core/io/VfsResource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NestedIOException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NestedIOException' 25

spring-framework/spring-core/src/main/java/org/springframework/core/io/VfsUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 28

spring-framework/spring-core/src/main/java/org/springframework/core/io/support/EncodedResource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 25

spring-framework/spring-core/src/main/java/org/springframework/core/io/support/LocalizedResourceHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 21

spring-framework/spring-core/src/main/java/org/springframework/core/io/support/PathMatchingResourcePatternResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 36
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 39

spring-framework/spring-core/src/main/java/org/springframework/core/io/support/PropertiesLoaderSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 25

spring-framework/spring-core/src/main/java/org/springframework/core/io/support/PropertiesLoaderUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 27

spring-framework/spring-core/src/main/java/org/springframework/core/io/support/ResourceArrayPropertyEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.Environment' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.Environment' 29

spring-framework/spring-core/src/main/java/org/springframework/core/io/support/ResourcePatternResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 21

spring-framework/spring-core/src/main/java/org/springframework/core/io/support/ResourcePropertySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.PropertiesPropertySource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.PropertiesPropertySource' 23

spring-framework/spring-core/src/main/java/org/springframework/core/io/support/SpringFactoriesLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAwareOrderComparator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAwareOrderComparator' 30

spring-framework/spring-core/src/main/java/org/springframework/core/io/support/VfsPatternUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.VfsUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.VfsUtils' 24

spring-framework/spring-core/src/main/java/org/springframework/core/serializer/DefaultDeserializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NestedIOException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NestedIOException' 23

spring-framework/spring-core/src/main/java/org/springframework/core/serializer/support/DeserializingConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 21

spring-framework/spring-core/src/main/java/org/springframework/core/serializer/support/SerializingConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 21

spring-framework/spring-core/src/main/java/org/springframework/core/style/DefaultValueStyler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 26

spring-framework/spring-core/src/main/java/org/springframework/core/task/AsyncListenableTaskExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.concurrent.ListenableFuture' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.concurrent.ListenableFuture' 21

spring-framework/spring-core/src/main/java/org/springframework/core/task/SimpleAsyncTaskExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25

spring-framework/spring-core/src/main/java/org/springframework/core/task/SyncTaskExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-core/src/main/java/org/springframework/core/task/support/ConcurrentExecutorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.TaskExecutor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.TaskExecutor' 21

spring-framework/spring-core/src/main/java/org/springframework/core/task/support/ExecutorServiceAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.TaskExecutor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.TaskExecutor' 23

spring-framework/spring-core/src/main/java/org/springframework/core/task/support/TaskExecutorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 26

spring-framework/spring-core/src/main/java/org/springframework/core/type/AnnotatedTypeMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.MultiValueMap' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.MultiValueMap' 21

spring-framework/spring-core/src/main/java/org/springframework/core/type/StandardAnnotationMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotatedElementUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotatedElementUtils' 25

spring-framework/spring-core/src/main/java/org/springframework/core/type/StandardClassMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-core/src/main/java/org/springframework/core/type/StandardMethodMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotatedElementUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotatedElementUtils' 23

spring-framework/spring-core/src/main/java/org/springframework/core/type/classreading/AbstractRecursiveAnnotationVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.AnnotationVisitor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.AnnotationVisitor' 24

spring-framework/spring-core/src/main/java/org/springframework/core/type/classreading/AnnotationAttributesReadingVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAttributes' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAttributes' 26

spring-framework/spring-core/src/main/java/org/springframework/core/type/classreading/AnnotationMetadataReadingVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.AnnotationVisitor' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.AnnotationVisitor' 26

spring-framework/spring-core/src/main/java/org/springframework/core/type/classreading/AnnotationReadingVisitorUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.Type' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.Type' 26

spring-framework/spring-core/src/main/java/org/springframework/core/type/classreading/CachingMetadataReaderFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23

spring-framework/spring-core/src/main/java/org/springframework/core/type/classreading/ClassMetadataReadingVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.AnnotationVisitor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.AnnotationVisitor' 22

spring-framework/spring-core/src/main/java/org/springframework/core/type/classreading/MetadataReaderFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 21

spring-framework/spring-core/src/main/java/org/springframework/core/type/classreading/MethodMetadataReadingVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.AnnotationVisitor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.AnnotationVisitor' 23

spring-framework/spring-core/src/main/java/org/springframework/core/type/classreading/RecursiveAnnotationArrayVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.AnnotationVisitor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.AnnotationVisitor' 23

spring-framework/spring-core/src/main/java/org/springframework/core/type/classreading/RecursiveAnnotationAttributesVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAttributes' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAttributes' 23

spring-framework/spring-core/src/main/java/org/springframework/core/type/classreading/SimpleMetadataReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.ClassReader' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.ClassReader' 23

spring-framework/spring-core/src/main/java/org/springframework/core/type/classreading/SimpleMetadataReaderFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 21

spring-framework/spring-core/src/main/java/org/springframework/core/type/filter/AbstractClassTestingTypeFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.type.ClassMetadata' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.type.ClassMetadata' 21

spring-framework/spring-core/src/main/java/org/springframework/core/type/filter/AbstractTypeHierarchyTraversingFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.type.ClassMetadata' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.type.ClassMetadata' 24

spring-framework/spring-core/src/main/java/org/springframework/core/type/filter/AnnotationTypeFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 22

spring-framework/spring-core/src/main/java/org/springframework/core/type/filter/AspectJTypeFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aspectj.bridge.IMessageHandler' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aspectj.bridge.IMessageHandler' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.type.classreading.MetadataReader' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.type.classreading.MetadataReader' 32

spring-framework/spring-core/src/main/java/org/springframework/core/type/filter/RegexPatternTypeFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.type.ClassMetadata' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.type.ClassMetadata' 21

spring-framework/spring-core/src/main/java/org/springframework/core/type/filter/TypeFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.type.classreading.MetadataReader' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.type.classreading.MetadataReader' 21

spring-framework/spring-core/src/main/java/org/springframework/util/Base64Utils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.lang.UsesJava8' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.lang.UsesJava8' 22

spring-framework/spring-core/src/main/java/org/springframework/util/CommonsLogWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21

spring-framework/spring-core/src/main/java/org/springframework/util/ConcurrencyThrottleSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23

spring-framework/spring-core/src/main/java/org/springframework/util/Log4jConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.log4j.LogManager' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.log4j.LogManager' 23

spring-framework/spring-core/src/main/java/org/springframework/util/MimeTypeUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.MimeType.SpecificityComparator' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.MimeType.SpecificityComparator' 29

spring-framework/spring-core/src/main/java/org/springframework/util/PropertyPlaceholderHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25

spring-framework/spring-core/src/main/java/org/springframework/util/WeakReferenceMonitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25

spring-framework/spring-core/src/main/java/org/springframework/util/comparator/CompoundComparator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-core/src/main/java/org/springframework/util/comparator/InstanceComparator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-core/src/main/java/org/springframework/util/comparator/InvertibleComparator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-core/src/main/java/org/springframework/util/comparator/NullSafeComparator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-core/src/main/java/org/springframework/util/concurrent/FutureAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-core/src/main/java/org/springframework/util/concurrent/ListenableFutureCallbackRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-core/src/main/java/org/springframework/util/concurrent/SettableListenableFuture.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25

spring-framework/spring-core/src/main/java/org/springframework/util/xml/AbstractStaxHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.Attributes' 27
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.Attributes' 27

spring-framework/spring-core/src/main/java/org/springframework/util/xml/AbstractStaxXMLReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.InputSource' 25
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.InputSource' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 32
 Warning imports ImportOrder Wrong order for 'org.springframework.util.StringUtils' import. 32

spring-framework/spring-core/src/main/java/org/springframework/util/xml/AbstractXMLStreamReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-core/src/main/java/org/springframework/util/xml/DomContentHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Document' 22
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Document' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 32
 Warning imports ImportOrder Wrong order for 'org.springframework.util.Assert' import. 32

spring-framework/spring-core/src/main/java/org/springframework/util/xml/DomUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.CharacterData' 24
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.CharacterData' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 32
 Warning imports ImportOrder Wrong order for 'org.springframework.util.Assert' import. 32

spring-framework/spring-core/src/main/java/org/springframework/util/xml/SimpleNamespaceContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28

spring-framework/spring-core/src/main/java/org/springframework/util/xml/SimpleTransformErrorListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22

spring-framework/spring-core/src/main/java/org/springframework/util/xml/StaxEventHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.Attributes' 30
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.Attributes' 30

spring-framework/spring-core/src/main/java/org/springframework/util/xml/StaxEventXMLReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.Attributes' 39
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.Attributes' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 44
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 44
 Warning imports ImportOrder Wrong order for 'org.springframework.util.Assert' import. 44

spring-framework/spring-core/src/main/java/org/springframework/util/xml/StaxResult.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.ContentHandler' 23
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.ContentHandler' 23

spring-framework/spring-core/src/main/java/org/springframework/util/xml/StaxSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.InputSource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.InputSource' 23

spring-framework/spring-core/src/main/java/org/springframework/util/xml/StaxStreamHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.Attributes' 25
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.Attributes' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30
 Warning imports ImportOrder Wrong order for 'org.springframework.util.Assert' import. 30

spring-framework/spring-core/src/main/java/org/springframework/util/xml/StaxStreamXMLReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.Attributes' 25
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.Attributes' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30
 Warning imports ImportOrder Wrong order for 'org.springframework.util.Assert' import. 30

spring-framework/spring-core/src/main/java/org/springframework/util/xml/StaxUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.ContentHandler' 30
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.ContentHandler' 30

spring-framework/spring-core/src/main/java/org/springframework/util/xml/TransformerUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-core/src/main/java/org/springframework/util/xml/XMLEventStreamWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 32

spring-framework/spring-core/src/main/java/org/springframework/util/xml/XmlValidationModeDetector.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 25

spring-framework/spring-core/src/test/java/org/springframework/core/AttributeAccessorSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-core/src/test/java/org/springframework/core/BridgeMethodResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-core/src/test/java/org/springframework/core/CollectionFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.core.CollectionFactory.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.CollectionFactory.*. 43

spring-framework/spring-core/src/test/java/org/springframework/core/ConstantsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22

spring-framework/spring-core/src/test/java/org/springframework/core/ControlFlowTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-core/src/test/java/org/springframework/core/ConventionsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 24
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.objects.TestObject' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.objects.TestObject' 26

spring-framework/spring-core/src/test/java/org/springframework/core/ExceptionDepthComparatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-core/src/test/java/org/springframework/core/GenericCollectionTypeResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-core/src/test/java/org/springframework/core/GenericTypeResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.core.GenericTypeResolver.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.GenericTypeResolver.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.util.ReflectionUtils.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.util.ReflectionUtils.*. 33

spring-framework/spring-core/src/test/java/org/springframework/core/LocalVariableTableParameterNameDiscovererTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 25
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.objects.TestObject' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.objects.TestObject' 28

spring-framework/spring-core/src/test/java/org/springframework/core/MethodParameterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-core/src/test/java/org/springframework/core/NestedExceptionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22

spring-framework/spring-core/src/test/java/org/springframework/core/OrderComparatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21

spring-framework/spring-core/src/test/java/org/springframework/core/ParameterizedTypeReferenceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-core/src/test/java/org/springframework/core/PrioritizedParameterNameDiscovererTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.objects.TestObject' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.objects.TestObject' 25

spring-framework/spring-core/src/test/java/org/springframework/core/ResolvableTypeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 43
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 43
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ResolvableType.VariableResolver' 52
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ResolvableType.VariableResolver' 52
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 55
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 55
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 55
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 56
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 57
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 57

spring-framework/spring-core/src/test/java/org/springframework/core/SerializableTypeWrapperTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-core/src/test/java/org/springframework/core/StandardReflectionParameterNameDiscoverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 20
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.MatcherAssert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.*. 26

spring-framework/spring-core/src/test/java/org/springframework/core/annotation/AnnotatedElementUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.MultiValueMap' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.MultiValueMap' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.core.annotation.AnnotatedElementUtils.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.annotation.AnnotatedElementUtils.*. 32

spring-framework/spring-core/src/test/java/org/springframework/core/annotation/AnnotationAttributesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-core/src/test/java/org/springframework/core/annotation/AnnotationAwareOrderComparatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-core/src/test/java/org/springframework/core/annotation/AnnotationUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.core.annotation.AnnotationUtils.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.annotation.AnnotationUtils.*. 38

spring-framework/spring-core/src/test/java/org/springframework/core/annotation/OrderSourceProviderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-core/src/test/java/org/springframework/core/annotation/OrderUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-core/src/test/java/org/springframework/core/convert/TypeDescriptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 44
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 45

spring-framework/spring-core/src/test/java/org/springframework/core/convert/converter/ConvertingComparatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-core/src/test/java/org/springframework/core/convert/support/ByteBufferConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-core/src/test/java/org/springframework/core/convert/support/CollectionToCollectionConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionFailedException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionFailedException' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 43

spring-framework/spring-core/src/test/java/org/springframework/core/convert/support/DefaultConversionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 42
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 50
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 51

spring-framework/spring-core/src/test/java/org/springframework/core/convert/support/GenericConversionServiceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionFailedException' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionFailedException' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 54
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 54
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 54
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 55

spring-framework/spring-core/src/test/java/org/springframework/core/convert/support/MapToMapConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionFailedException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionFailedException' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-core/src/test/java/org/springframework/core/env/CompositePropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-core/src/test/java/org/springframework/core/env/CustomEnvironmentTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-core/src/test/java/org/springframework/core/env/JOptCommandLinePropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'joptsimple.OptionParser' 21
 Warning imports ImportOrder Extra separation in import group before 'joptsimple.OptionParser' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-core/src/test/java/org/springframework/core/env/MutablePropertySourcesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.env.MockPropertySource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.env.MockPropertySource' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-core/src/test/java/org/springframework/core/env/PropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.log4j.Level' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.log4j.Level' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-core/src/test/java/org/springframework/core/env/PropertySourcesPropertyResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionException' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-core/src/test/java/org/springframework/core/env/SimpleCommandLineParserTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-core/src/test/java/org/springframework/core/env/SimpleCommandLinePropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-core/src/test/java/org/springframework/core/env/StandardEnvironmentTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.SpringProperties' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.SpringProperties' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.core.env.AbstractEnvironment.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.env.AbstractEnvironment.*. 33

spring-framework/spring-core/src/test/java/org/springframework/core/env/SystemEnvironmentPropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-core/src/test/java/org/springframework/core/io/ClassPathResourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-core/src/test/java/org/springframework/core/io/PathResourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.FileCopyUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.FileCopyUtils' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 35

spring-framework/spring-core/src/test/java/org/springframework/core/io/ResourceEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.StandardEnvironment' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.StandardEnvironment' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-core/src/test/java/org/springframework/core/io/ResourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.FileCopyUtils' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.FileCopyUtils' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-core/src/test/java/org/springframework/core/io/support/EncodedResourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-core/src/test/java/org/springframework/core/io/support/PathMatchingResourcePatternResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-core/src/test/java/org/springframework/core/io/support/ResourceArrayPropertyEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.StandardEnvironment' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.StandardEnvironment' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-core/src/test/java/org/springframework/core/io/support/ResourcePropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.PropertySource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.PropertySource' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-core/src/test/java/org/springframework/core/serializer/SerializationConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.serializer.support.DeserializingConverter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.serializer.support.DeserializingConverter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-core/src/test/java/org/springframework/core/style/ToStringCreatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 26
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 28

spring-framework/spring-core/src/test/java/org/springframework/core/task/SimpleAsyncTaskExecutorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ConcurrencyThrottleSupport' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ConcurrencyThrottleSupport' 23

spring-framework/spring-core/src/test/java/org/springframework/core/type/AbstractClassMetadataMemberClassTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-core/src/test/java/org/springframework/core/type/AnnotationMetadataTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAttributes' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAttributes' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40

spring-framework/spring-core/src/test/java/org/springframework/core/type/AnnotationTypeFilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.type.classreading.MetadataReader' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.type.classreading.MetadataReader' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-core/src/test/java/org/springframework/core/type/AspectJTypeFilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.type.classreading.MetadataReader' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.type.classreading.MetadataReader' 21

spring-framework/spring-core/src/test/java/org/springframework/core/type/AssignableTypeFilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.type.classreading.MetadataReader' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.type.classreading.MetadataReader' 21

spring-framework/spring-core/src/test/java/org/springframework/core/type/CachingMetadataReaderLeakTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-core/src/test/java/org/springframework/core/type/ClassloadingAssertions.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 20
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 22

spring-framework/spring-core/src/test/java/org/springframework/core/type/classreading/ClassMetadataReadingVisitorMemberClassTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.type.AbstractClassMetadataMemberClassTests' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.type.AbstractClassMetadataMemberClassTests' 21

spring-framework/spring-core/src/test/java/org/springframework/mock/env/MockPropertySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.PropertiesPropertySource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.PropertiesPropertySource' 21

spring-framework/spring-core/src/test/java/org/springframework/tests/Assume.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assume.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assume.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assume.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assume.*. 28

spring-framework/spring-core/src/test/java/org/springframework/tests/BuildTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-core/src/test/java/org/springframework/tests/JavaVersionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-core/src/test/java/org/springframework/tests/MockitoUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.Mockito' 21
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.Mockito' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-core/src/test/java/org/springframework/tests/TestGroup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 24
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.String.*' 26
 Warning imports ImportOrder Extra separation in import group before 'java.lang.String.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.String.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.String.*. 26

spring-framework/spring-core/src/test/java/org/springframework/tests/TestGroupTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-core/src/test/java/org/springframework/tests/TestResourceUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.String.*' 21
 Warning imports ImportOrder Extra separation in import group before 'java.lang.String.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.String.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.String.*. 21

spring-framework/spring-core/src/test/java/org/springframework/tests/sample/objects/GenericObject.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 21

spring-framework/spring-core/src/test/java/org/springframework/util/AntPathMatcherTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-core/src/test/java/org/springframework/util/AssertTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 27

spring-framework/spring-core/src/test/java/org/springframework/util/AutoPopulatingListTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.objects.TestObject' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.objects.TestObject' 23

spring-framework/spring-core/src/test/java/org/springframework/util/ClassUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.objects.DerivedTestObject' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.objects.DerivedTestObject' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-core/src/test/java/org/springframework/util/CollectionUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-core/src/test/java/org/springframework/util/CompositeIteratorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-core/src/test/java/org/springframework/util/ConcurrentReferenceHashMapTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ConcurrentReferenceHashMap.Entry' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ConcurrentReferenceHashMap.Entry' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 43
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 44

spring-framework/spring-core/src/test/java/org/springframework/util/DigestUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-core/src/test/java/org/springframework/util/ExceptionTypeFilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Arrays.*' 21
 Warning imports ImportOrder Extra separation in import group before 'java.util.Arrays.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.Arrays.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.*. 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-core/src/test/java/org/springframework/util/ExponentialBackOffTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.backoff.BackOffExecution' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.backoff.BackOffExecution' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-core/src/test/java/org/springframework/util/FileCopyUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 26
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 26

spring-framework/spring-core/src/test/java/org/springframework/util/FileSystemUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21

spring-framework/spring-core/src/test/java/org/springframework/util/FixedBackOffTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.backoff.BackOffExecution' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.backoff.BackOffExecution' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-core/src/test/java/org/springframework/util/InstanceFilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Arrays.*' 21
 Warning imports ImportOrder Extra separation in import group before 'java.util.Arrays.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.Arrays.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.*. 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-core/src/test/java/org/springframework/util/LinkedCaseInsensitiveMapTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 22
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-core/src/test/java/org/springframework/util/LinkedMultiValueMapTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-core/src/test/java/org/springframework/util/Log4jConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22

spring-framework/spring-core/src/test/java/org/springframework/util/MethodInvokerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 23

spring-framework/spring-core/src/test/java/org/springframework/util/MimeTypeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-core/src/test/java/org/springframework/util/MockLog4jAppender.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.log4j.AppenderSkeleton' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.log4j.AppenderSkeleton' 22

spring-framework/spring-core/src/test/java/org/springframework/util/NumberUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-core/src/test/java/org/springframework/util/ObjectUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.TaskRejectedException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.TaskRejectedException' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-core/src/test/java/org/springframework/util/PropertiesPersisterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 26
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 26

spring-framework/spring-core/src/test/java/org/springframework/util/PropertyPlaceholderHelperTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-core/src/test/java/org/springframework/util/ReflectionUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.Assume' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.Assume' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-core/src/test/java/org/springframework/util/ResizableByteArrayOutputStreamTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 22
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-core/src/test/java/org/springframework/util/ResourceUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 24
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 24

spring-framework/spring-core/src/test/java/org/springframework/util/SerializationUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-core/src/test/java/org/springframework/util/SocketUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.util.SocketUtils.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.util.SocketUtils.*. 24

spring-framework/spring-core/src/test/java/org/springframework/util/StreamUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 33

spring-framework/spring-core/src/test/java/org/springframework/util/StringUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-core/src/test/java/org/springframework/util/SystemPropertyUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-core/src/test/java/org/springframework/util/TypeUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-core/src/test/java/org/springframework/util/comparator/BooleanComparatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-core/src/test/java/org/springframework/util/comparator/ComparableComparatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-core/src/test/java/org/springframework/util/comparator/CompoundComparatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 21

spring-framework/spring-core/src/test/java/org/springframework/util/comparator/InstanceComparatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-core/src/test/java/org/springframework/util/comparator/InvertibleComparatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-core/src/test/java/org/springframework/util/comparator/NullSafeComparatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-core/src/test/java/org/springframework/util/concurrent/FutureAdapterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 27

spring-framework/spring-core/src/test/java/org/springframework/util/concurrent/ListenableFutureTaskTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 25

spring-framework/spring-core/src/test/java/org/springframework/util/concurrent/SettableListenableFutureTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.any. 29
 Warning imports ImportOrder Wrong order for 'org.mockito.Mockito.*' import. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 30

spring-framework/spring-core/src/test/java/org/springframework/util/xml/AbstractStaxHandlerTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 35

spring-framework/spring-core/src/test/java/org/springframework/util/xml/AbstractStaxXMLReaderTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 42
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 42
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.ClassPathResource' import. 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 48

spring-framework/spring-core/src/test/java/org/springframework/util/xml/DomContentHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 31

spring-framework/spring-core/src/test/java/org/springframework/util/xml/SimpleNamespaceContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-core/src/test/java/org/springframework/util/xml/StaxEventXMLReaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.ContentHandler' 25
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.ContentHandler' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 29

spring-framework/spring-core/src/test/java/org/springframework/util/xml/StaxResultTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 35

spring-framework/spring-core/src/test/java/org/springframework/util/xml/StaxSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 38

spring-framework/spring-core/src/test/java/org/springframework/util/xml/StaxStreamXMLReaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 33

spring-framework/spring-core/src/test/java/org/springframework/util/xml/StaxUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-core/src/test/java/org/springframework/util/xml/TransformerUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-core/src/test/java/org/springframework/util/xml/XMLEventStreamReaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 31

spring-framework/spring-core/src/test/java/org/springframework/util/xml/XMLEventStreamWriterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 27

spring-framework/spring-expression/src/main/java/org/springframework/expression/ConstructorResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 21

spring-framework/spring-expression/src/main/java/org/springframework/expression/MethodResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 21

spring-framework/spring-expression/src/main/java/org/springframework/expression/common/TemplateAwareExpressionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.Expression' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.Expression' 23

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/CodeFlow.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.ClassWriter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.ClassWriter' 25

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ExpressionState.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 24

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/AstUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.PropertyAccessor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.PropertyAccessor' 23

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/ConstructorReference.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 26

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/FormatHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 21

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/FunctionReference.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/Indexer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 27

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/InlineList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.ClassWriter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.ClassWriter' 23

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/InlineMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 23

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/MethodReference.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 26

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpDec.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpDivide.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 23

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpGE.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpGT.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpInc.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpLE.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpLT.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpMinus.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpModulus.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpMultiply.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpPlus.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/Operator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.Label' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.Label' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OperatorBetween.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 21

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OperatorMatches.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 25

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OperatorPower.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/Projection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 26

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/PropertyOrFieldReference.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 24

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/Selection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 27

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/SpelNodeImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 23

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/TypeReference.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 21

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/VariableReference.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 21

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/standard/InternalSpelExpressionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.ParseException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.ParseException' 25

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/standard/SpelCompiler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.ClassWriter' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.ClassWriter' 30

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/standard/Tokenizer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.spel.InternalParseException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.spel.InternalParseException' 23

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectionHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 23

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectiveConstructorExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.AccessException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.AccessException' 21

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectiveConstructorResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectiveMethodExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectiveMethodResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 32

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectivePropertyAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 32

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/support/StandardEvaluationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 25

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/support/StandardTypeComparator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.TypeComparator' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.TypeComparator' 22

spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/support/StandardTypeLocator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 23

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/AbstractExpressionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/ArrayConstructorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.Expression' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.Expression' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/BooleanExpressionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 21

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/CachedMethodExecutorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.Expression' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.Expression' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/ConstructorInvocationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/DefaultComparatorUnitTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 20
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/EvaluationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 45
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 46

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/ExpressionLanguageScenarioTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.AccessException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.AccessException' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/ExpressionStateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/ExpressionWithConversionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/InProgressTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.spel.standard.SpelExpression' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.spel.standard.SpelExpression' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/IndexingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.AccessException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.AccessException' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/ListTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.spel.ast.InlineList' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.spel.ast.InlineList' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/LiteralExpressionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/LiteralTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.spel.standard.SpelExpression' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.spel.standard.SpelExpression' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/MapAccessTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.AccessException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.AccessException' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/MapTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.spel.ast.InlineMap' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.spel.ast.InlineMap' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/MethodInvocationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/OperatorOverloaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/OperatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.spel.ast.Operator' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.spel.ast.Operator' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/ParsingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.ParseException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.ParseException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/PerformanceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/PropertyAccessTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/ScenariosForSpringSecurity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/SelectionAndProjectionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationContext' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationContext' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/SetValueTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/SpelCompilationCoverageTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.asm.MethodVisitor' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 44

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/SpelCompilationPerformanceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.Expression' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.Expression' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/SpelDocumentationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationContext' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationContext' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/SpelReproTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 62
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 62
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 62
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 62
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 63
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 63

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/SpelUtilities.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.Expression' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.Expression' 21

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/StandardTypeLocatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 20
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationException' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/TemplateExpressionParsingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/TestScenarioCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.spel.support.StandardEvaluationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.spel.support.StandardEvaluationContext' 21

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/VariableAndFunctionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.spel.standard.SpelExpressionParser' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.spel.standard.SpelExpressionParser' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/ast/FormatHelperTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/ast/OpPlusTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/spr10210/comp/B.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.spel.spr10210.infra.C' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.spel.spr10210.infra.C' 21

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/standard/PropertiesConversionSpelTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.Expression' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.Expression' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/standard/SpelParserTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.expression.EvaluationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/support/ReflectionHelperTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/support/StandardComponentsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.TypeDescriptor' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-expression/src/test/java/org/springframework/expression/spel/testresources/Inventor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 10
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 10

spring-framework/spring-instrument-tomcat/src/main/java/org/springframework/instrument/classloading/tomcat/TomcatInstrumentableClassLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.catalina.loader.ResourceEntry' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.catalina.loader.ResourceEntry' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.instrument.classloading.WeavingTransformer' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.instrument.classloading.WeavingTransformer' 26

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/BadSqlGrammarException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/CannotGetJdbcConnectionException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/InvalidResultSetAccessException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/LobRetrievalFailureException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataRetrievalFailureException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataRetrievalFailureException' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/SQLWarningException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/UncategorizedSQLException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/config/DatabasePopulatorConfigUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanMetadataElement' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.BeanMetadataElement' import. 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/config/EmbeddedDatabaseBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/config/InitializeDatabaseBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/config/SortedResourcesFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 26

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/ArgumentTypePreparedStatementSetter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/BeanPropertyRowMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 31

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/CallableStatementCallback.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/CallableStatementCreatorFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 28

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/ColumnMapRowMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.support.JdbcUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.support.JdbcUtils' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/ConnectionCallback.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/JdbcOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/JdbcTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 40

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/PreparedStatementCallback.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/PreparedStatementCreatorFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 32

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/ResultSetExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/RowCountCallbackHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.support.JdbcUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.support.JdbcUtils' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/RowMapperResultSetExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/SingleColumnRowMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.TypeMismatchDataAccessException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.TypeMismatchDataAccessException' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/SqlParameter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/SqlRowSetResultSetExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.JdkVersion' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.JdkVersion' 25

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/SqlTypeValue.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.support.JdbcUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.support.JdbcUtils' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/StatementCallback.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/StatementCreatorUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 39
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.SpringProperties' 42
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.SpringProperties' 42

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/CallMetaDataContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 33

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/CallMetaDataProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlParameter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlParameter' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/CallMetaDataProviderFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 28

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/GenericCallMetaDataProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 29

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/GenericTableMetaDataProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 32

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/OracleCallMetaDataProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.ColumnMapRowMapper' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.ColumnMapRowMapper' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/OracleTableMetaDataProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 26

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/PostgresCallMetaDataProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.ColumnMapRowMapper' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.ColumnMapRowMapper' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/TableMetaDataContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 30

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/TableMetaDataProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/TableMetaDataProviderFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 26

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/AbstractSqlParameterSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/BeanPropertySqlParameterSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/MapSqlParameterSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlParameterValue' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlParameterValue' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/NamedParameterBatchUpdateUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.BatchPreparedStatementSetter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.BatchPreparedStatementSetter' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/NamedParameterJdbcOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/NamedParameterJdbcTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/NamedParameterUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 28

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/SqlParameterSourceUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlParameterValue' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlParameterValue' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/AbstractJdbcCall.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 29

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/AbstractJdbcInsert.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 32
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 35

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcCall.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcCallOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.RowMapper' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.RowMapper' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcInsert.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcInsertOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.namedparam.SqlParameterSource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.namedparam.SqlParameterSource' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/AbstractInterruptibleBatchPreparedStatementSetter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.InterruptibleBatchPreparedStatementSetter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.InterruptibleBatchPreparedStatementSetter' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/AbstractLobCreatingPreparedStatementCallback.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/AbstractLobStreamingResultSetExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/AbstractSqlTypeValue.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlTypeValue' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlTypeValue' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/JdbcBeanDefinitionReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionRegistry' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionRegistry' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/JdbcDaoSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.support.DaoSupport' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.support.DaoSupport' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/SqlLobValue.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.DisposableSqlTypeValue' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.DisposableSqlTypeValue' 25

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/AbstractDataSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/AbstractDriverBasedDataSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/ConnectionHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.ResourceHolderSupport' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.ResourceHolderSupport' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/DataSourceTransactionManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/DataSourceUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.CannotGetJdbcConnectionException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.CannotGetJdbcConnectionException' 27

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/DelegatingDataSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/DriverManagerDataSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/IsolationLevelDataSourceAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Constants' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Constants' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/JdbcTransactionObjectSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.CannotCreateTransactionException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.CannotCreateTransactionException' 25

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/LazyConnectionDataSourceProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Constants' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Constants' 30

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/SimpleConnectionHandle.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/SimpleDriverDataSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/SingleConnectionDataSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 26

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/TransactionAwareDataSourceProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronizationManager' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronizationManager' 28

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/UserCredentialsDataSourceAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NamedThreadLocal' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NamedThreadLocal' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/WebSphereDataSourceAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 27

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/AbstractEmbeddedDatabaseConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/DerbyEmbeddedDatabaseConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.init.DatabasePopulator' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.init.DatabasePopulator' 28

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/H2EmbeddedDatabaseConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/HsqlEmbeddedDatabaseConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/SimpleDriverDataSourceFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.SimpleDriverDataSource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.SimpleDriverDataSource' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/DataSourceInitializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/DatabasePopulatorUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/ResourceDatabasePopulator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 25

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/ScriptUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 30

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/AbstractRoutingDataSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/BeanFactoryDataSourceLookup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/JndiDataSourceLookup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jndi.JndiLocatorSupport' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jndi.JndiLocatorSupport' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/MapDataSourceLookup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/SingleDataSourceLookup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/object/BatchSqlUpdate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 27

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/object/GenericSqlQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/object/MappingSqlQueryWithParameters.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.RowMapper' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.RowMapper' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/object/RdbmsOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 31

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/object/SqlCall.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.CallableStatementCreator' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.CallableStatementCreator' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/object/SqlFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.TypeMismatchDataAccessException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.TypeMismatchDataAccessException' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/object/SqlQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/object/SqlUpdate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/object/StoredProcedure.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/object/UpdatableSqlQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.RowMapper' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.RowMapper' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/AbstractFallbackSQLExceptionTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/CustomSQLExceptionTranslatorRegistrar.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/CustomSQLExceptionTranslatorRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/DatabaseStartupValidator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/GeneratedKeyHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataRetrievalFailureException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataRetrievalFailureException' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/JdbcAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 24

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/JdbcUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 34
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.CannotGetJdbcConnectionException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.CannotGetJdbcConnectionException' 37

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/KeyHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/SQLErrorCodeSQLExceptionTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.CannotAcquireLockException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.CannotAcquireLockException' 25

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/SQLErrorCodesFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/SQLExceptionSubclassTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.ConcurrencyFailureException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.ConcurrencyFailureException' 33

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/SQLExceptionTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/SQLStateSQLExceptionTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.ConcurrencyFailureException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.ConcurrencyFailureException' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/AbstractColumnMaxValueIncrementer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/AbstractDataFieldMaxValueIncrementer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/AbstractIdentityColumnMaxValueIncrementer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 25

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/AbstractSequenceMaxValueIncrementer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 25

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/MySQLMaxValueIncrementer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 25

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/lob/DefaultLobHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/lob/JtaLobCreatorSynchronization.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/lob/LobCreatorUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionSystemException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionSystemException' 25

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/lob/OracleLobHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 37
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 40

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/lob/PassThroughClob.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.FileCopyUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.FileCopyUtils' 31

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/lob/TemporaryLobCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 32

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/nativejdbc/C3P0NativeJdbcExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.mchange.v2.c3p0.C3P0ProxyConnection' 23
 Warning imports ImportOrder Extra separation in import group before 'com.mchange.v2.c3p0.C3P0ProxyConnection' 23
 Warning imports ImportOrder Wrong order for 'com.mchange.v2.c3p0.C3P0ProxyConnection' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 25

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/nativejdbc/CommonsDbcpNativeJdbcExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 28

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/nativejdbc/JBossNativeJdbcExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 27

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/nativejdbc/NativeJdbcExtractorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.DataSourceUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.DataSourceUtils' 27

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/nativejdbc/WebLogicNativeJdbcExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/nativejdbc/WebSphereNativeJdbcExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 23

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/rowset/ResultSetWrappingSqlRowSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.InvalidResultSetAccessException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.InvalidResultSetAccessException' 31

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/rowset/ResultSetWrappingSqlRowSetMetaData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.InvalidResultSetAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.InvalidResultSetAccessException' 22

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/rowset/SqlRowSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.InvalidResultSetAccessException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.InvalidResultSetAccessException' 27

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/xml/Jdbc4SqlXmlHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Document' 31
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Document' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 33
 Warning imports ImportOrder Wrong order for 'org.springframework.dao.DataAccessResourceFailureException' import. 33

spring-framework/spring-jdbc/src/main/java/org/springframework/jdbc/support/xml/SqlXmlHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Document' 26
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Document' 26

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/config/InitializeDatabaseIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/config/JdbcNamespaceIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyValue' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyValue' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/AbstractRowMapperTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.test.ConcretePerson' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.test.ConcretePerson' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 33

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/BeanPropertyRowMapperTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.TypeMismatchException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.TypeMismatchException' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/JdbcTemplateQueryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.IncorrectResultSizeDataAccessException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.IncorrectResultSizeDataAccessException' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 39

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/JdbcTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 55
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 55
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 55
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 56
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 57
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 57
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.Matchers.*. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.Matchers.*. 58

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/RowMapperTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 27
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.SingleConnectionDataSource' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.SingleConnectionDataSource' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 36

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/StatementCreatorUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 31

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/namedparam/BeanPropertySqlParameterSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/namedparam/MapSqlParameterSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlParameterValue' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlParameterValue' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/namedparam/NamedParameterJdbcTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 48

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/namedparam/NamedParameterQueryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.RowMapper' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.RowMapper' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 39

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/namedparam/NamedParameterUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/CallMetaDataContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 11
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 11
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlInOutParameter' 15
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlInOutParameter' 15
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 22

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/ParameterizedBeanPropertyRowMapperTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/SimpleJdbcCallTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.tests.Matchers.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.tests.Matchers.*. 41

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/SimpleJdbcInsertTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 33

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/SimpleJdbcTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcOperations' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcOperations' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 43

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/TableMetaDataContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlParameterValue' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlParameterValue' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 36

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/support/JdbcBeanDefinitionReaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/support/JdbcDaoSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 28

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/support/LobSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 35

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/core/support/SqlLobValueTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.LobCreator' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.LobCreator' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 38

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/DataSourceJtaTransactionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.StaticListableBeanFactory' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.StaticListableBeanFactory' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 49
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 49
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 49
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 50

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/DataSourceTransactionManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 50
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 51

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/DelegatingDataSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 28

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/DriverManagerDataSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 25

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/UserCredentialsDataSourceAdapterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 26

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseBuilderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassRelativeResourceLoader' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassRelativeResourceLoader' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType.*. 26

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassRelativeResourceLoader' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassRelativeResourceLoader' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.init.DatabasePopulator' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.init.DatabasePopulator' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/init/AbstractDatabaseInitializationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassRelativeResourceLoader' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassRelativeResourceLoader' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/init/AbstractDatabasePopulatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.DataSourceUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.DataSourceUtils' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 29

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/init/ResourceDatabasePopulatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/init/ScriptUtilsIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.init.ScriptUtils.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.init.ScriptUtils.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.jdbc.datasource.init.ScriptUtils.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.jdbc.datasource.init.ScriptUtils.*. 25

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/init/ScriptUtilsUnitTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.jdbc.datasource.init.ScriptUtils.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.jdbc.datasource.init.ScriptUtils.*. 28

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/BeanFactoryDataSourceLookupTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 27

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/JndiDataSourceLookupTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/MapDataSourceLookupTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/StubDataSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.AbstractDataSource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.AbstractDataSource' 22

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/object/BatchSqlUpdateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlParameter' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.SqlParameter' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/object/CustomerMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.Customer' 6
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.Customer' 6

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/object/GenericSqlQueryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 42

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/object/GenericStoredProcedureTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/object/RdbmsOperationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 24
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 26

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/object/SqlQueryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.IncorrectResultSizeDataAccessException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.IncorrectResultSizeDataAccessException' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 44

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/object/SqlUpdateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 41

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/object/StoredProcedureTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 54
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 54
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 54
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 55

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/support/CustomSQLExceptionTranslatorRegistrarTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ClassPathXmlApplicationContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/support/CustomSqlExceptionTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 21

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/support/DataFieldMaxValueIncrementerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 33

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/support/DefaultLobHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.DefaultLobHandler' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.DefaultLobHandler' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/support/KeyHolderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 24
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataRetrievalFailureException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataRetrievalFailureException' 26

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/support/NativeJdbcExtractorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 33

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/support/SQLErrorCodeSQLExceptionTranslatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.CannotAcquireLockException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.CannotAcquireLockException' 25

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/support/SQLErrorCodesFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 32

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/support/SQLExceptionCustomTranslatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 26

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/support/SQLExceptionSubclassTranslatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.JdkVersion' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.JdkVersion' 23

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/support/SQLStateExceptionTranslatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.BadSqlGrammarException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.BadSqlGrammarException' 23

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/support/SQLStateSQLExceptionTranslatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.ConcurrencyFailureException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.ConcurrencyFailureException' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-jdbc/src/test/java/org/springframework/jdbc/support/rowset/ResultSetWrappingRowSetTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.InvalidResultSetAccessException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.InvalidResultSetAccessException' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34

spring-framework/spring-jms/src/main/java/org/springframework/jms/JmsException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NestedRuntimeException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NestedRuntimeException' 21

spring-framework/spring-jms/src/main/java/org/springframework/jms/annotation/EnableJms.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Import' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Import' 25

spring-framework/spring-jms/src/main/java/org/springframework/jms/annotation/JmsListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.handler.annotation.MessageMapping' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.handler.annotation.MessageMapping' 25

spring-framework/spring-jms/src/main/java/org/springframework/jms/annotation/JmsListenerAnnotationBeanPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 30

spring-framework/spring-jms/src/main/java/org/springframework/jms/config/AbstractJmsListenerContainerFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.listener.AbstractMessageListenerContainer' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.listener.AbstractMessageListenerContainer' 24

spring-framework/spring-jms/src/main/java/org/springframework/jms/config/AbstractJmsListenerEndpoint.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.listener.AbstractMessageListenerContainer' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.listener.AbstractMessageListenerContainer' 21

spring-framework/spring-jms/src/main/java/org/springframework/jms/config/AbstractListenerContainerParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 25
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.MutablePropertyValues' import. 25

spring-framework/spring-jms/src/main/java/org/springframework/jms/config/AnnotationDrivenJmsBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 21

spring-framework/spring-jms/src/main/java/org/springframework/jms/config/DefaultJcaListenerContainerFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.listener.endpoint.JmsActivationSpecConfig' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.listener.endpoint.JmsActivationSpecConfig' 21

spring-framework/spring-jms/src/main/java/org/springframework/jms/config/DefaultJmsListenerContainerFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.listener.DefaultMessageListenerContainer' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.listener.DefaultMessageListenerContainer' 21

spring-framework/spring-jms/src/main/java/org/springframework/jms/config/JcaListenerContainerParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.MutablePropertyValues' import. 21

spring-framework/spring-jms/src/main/java/org/springframework/jms/config/JmsListenerContainerParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.MutablePropertyValues' import. 23

spring-framework/spring-jms/src/main/java/org/springframework/jms/config/JmsListenerEndpointRegistrar.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 22

spring-framework/spring-jms/src/main/java/org/springframework/jms/config/JmsListenerEndpointRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanInitializationException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanInitializationException' 28

spring-framework/spring-jms/src/main/java/org/springframework/jms/config/MethodJmsListenerEndpoint.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.AopProxyUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.AopProxyUtils' 22

spring-framework/spring-jms/src/main/java/org/springframework/jms/config/SimpleJmsListenerEndpoint.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.listener.MessageListenerContainer' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.listener.MessageListenerContainer' 21

spring-framework/spring-jms/src/main/java/org/springframework/jms/connection/CachedMessageProducer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 32

spring-framework/spring-jms/src/main/java/org/springframework/jms/connection/CachingConnectionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 42
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 42

spring-framework/spring-jms/src/main/java/org/springframework/jms/connection/ChainedExceptionListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-jms/src/main/java/org/springframework/jms/connection/ConnectionFactoryUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.ResourceHolderSynchronization' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.ResourceHolderSynchronization' 33

spring-framework/spring-jms/src/main/java/org/springframework/jms/connection/DelegatingConnectionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27

spring-framework/spring-jms/src/main/java/org/springframework/jms/connection/JmsResourceHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.ResourceHolderSupport' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.ResourceHolderSupport' 33

spring-framework/spring-jms/src/main/java/org/springframework/jms/connection/JmsTransactionManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25

spring-framework/spring-jms/src/main/java/org/springframework/jms/connection/SingleConnectionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 37
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 40

spring-framework/spring-jms/src/main/java/org/springframework/jms/connection/SynchedLocalTransactionFailedException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.JmsException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.JmsException' 21

spring-framework/spring-jms/src/main/java/org/springframework/jms/connection/TransactionAwareConnectionFactoryProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 37

spring-framework/spring-jms/src/main/java/org/springframework/jms/connection/UserCredentialsConnectionFactoryAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27

spring-framework/spring-jms/src/main/java/org/springframework/jms/core/JmsMessageOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 22

spring-framework/spring-jms/src/main/java/org/springframework/jms/core/JmsMessagingTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25

spring-framework/spring-jms/src/main/java/org/springframework/jms/core/JmsOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.JmsException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.JmsException' 23

spring-framework/spring-jms/src/main/java/org/springframework/jms/core/JmsTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.JmsException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.JmsException' 33

spring-framework/spring-jms/src/main/java/org/springframework/jms/core/support/JmsGatewaySupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanInitializationException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanInitializationException' 24

spring-framework/spring-jms/src/main/java/org/springframework/jms/listener/AbstractJmsListeningContainer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 25

spring-framework/spring-jms/src/main/java/org/springframework/jms/listener/AbstractMessageListenerContainer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.support.JmsUtils' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.support.JmsUtils' 32

spring-framework/spring-jms/src/main/java/org/springframework/jms/listener/AbstractPollingMessageListenerContainer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.connection.ConnectionFactoryUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.connection.ConnectionFactoryUtils' 26

spring-framework/spring-jms/src/main/java/org/springframework/jms/listener/DefaultMessageListenerContainer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Constants' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Constants' 27

spring-framework/spring-jms/src/main/java/org/springframework/jms/listener/LocallyExposedJmsResourceHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.connection.JmsResourceHolder' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.connection.JmsResourceHolder' 21

spring-framework/spring-jms/src/main/java/org/springframework/jms/listener/SimpleMessageListenerContainer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.support.JmsUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.support.JmsUtils' 31

spring-framework/spring-jms/src/main/java/org/springframework/jms/listener/adapter/AbstractAdaptableMessageListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.listener.SessionAwareMessageListener' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.listener.SessionAwareMessageListener' 30

spring-framework/spring-jms/src/main/java/org/springframework/jms/listener/adapter/MessageListenerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.listener.SessionAwareMessageListener' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.listener.SessionAwareMessageListener' 25

spring-framework/spring-jms/src/main/java/org/springframework/jms/listener/adapter/MessagingMessageListenerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.support.JmsHeaderMapper' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.support.JmsHeaderMapper' 22

spring-framework/spring-jms/src/main/java/org/springframework/jms/listener/endpoint/DefaultJmsActivationSpecFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 25

spring-framework/spring-jms/src/main/java/org/springframework/jms/listener/endpoint/JmsActivationSpecConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Constants' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Constants' 21

spring-framework/spring-jms/src/main/java/org/springframework/jms/listener/endpoint/JmsMessageEndpointFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jca.endpoint.AbstractMessageEndpointFactory' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jca.endpoint.AbstractMessageEndpointFactory' 24

spring-framework/spring-jms/src/main/java/org/springframework/jms/listener/endpoint/JmsMessageEndpointManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 22

spring-framework/spring-jms/src/main/java/org/springframework/jms/listener/endpoint/StandardJmsActivationSpecFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 27

spring-framework/spring-jms/src/main/java/org/springframework/jms/remoting/JmsInvokerClientInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 33

spring-framework/spring-jms/src/main/java/org/springframework/jms/remoting/JmsInvokerServiceExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25

spring-framework/spring-jms/src/main/java/org/springframework/jms/support/JmsAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27

spring-framework/spring-jms/src/main/java/org/springframework/jms/support/JmsHeaderMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.support.HeaderMapper' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.support.HeaderMapper' 21

spring-framework/spring-jms/src/main/java/org/springframework/jms/support/JmsMessageHeaderAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 23

spring-framework/spring-jms/src/main/java/org/springframework/jms/support/JmsUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.InvalidClientIDException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.InvalidClientIDException' 30

spring-framework/spring-jms/src/main/java/org/springframework/jms/support/SimpleJmsHeaderMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.MessageHeaders' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.MessageHeaders' 29

spring-framework/spring-jms/src/main/java/org/springframework/jms/support/converter/MappingJackson2MessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.databind.DeserializationFeature' 32
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.databind.DeserializationFeature' 32
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.databind.DeserializationFeature' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 37

spring-framework/spring-jms/src/main/java/org/springframework/jms/support/converter/MarshallingMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 34

spring-framework/spring-jms/src/main/java/org/springframework/jms/support/converter/MessagingMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 23

spring-framework/spring-jms/src/main/java/org/springframework/jms/support/converter/SimpleMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 31

spring-framework/spring-jms/src/main/java/org/springframework/jms/support/destination/BeanFactoryDestinationResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23

spring-framework/spring-jms/src/main/java/org/springframework/jms/support/destination/DynamicDestinationResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25

spring-framework/spring-jms/src/main/java/org/springframework/jms/support/destination/JmsDestinationAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.support.JmsAccessor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.support.JmsAccessor' 23

spring-framework/spring-jms/src/main/java/org/springframework/jms/support/destination/JndiDestinationResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jndi.JndiLocatorSupport' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jndi.JndiLocatorSupport' 28

spring-framework/spring-jms/src/test/java/org/springframework/jms/annotation/AbstractJmsAnnotationDrivenTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 41

spring-framework/spring-jms/src/test/java/org/springframework/jms/annotation/AnnotationDrivenNamespaceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.core.Is' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.core.Is' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 25

spring-framework/spring-jms/src/test/java/org/springframework/jms/annotation/EnableJmsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.core.Is' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.core.Is' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 27

spring-framework/spring-jms/src/test/java/org/springframework/jms/annotation/JmsListenerAnnotationBeanPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 48
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 48
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 48
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 49
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 50

spring-framework/spring-jms/src/test/java/org/springframework/jms/config/JmsListenerContainerFactoryIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.StaticListableBeanFactory' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.StaticListableBeanFactory' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 43

spring-framework/spring-jms/src/test/java/org/springframework/jms/config/JmsListenerContainerFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 45

spring-framework/spring-jms/src/test/java/org/springframework/jms/config/JmsListenerEndpointRegistrarTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.StaticListableBeanFactory' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.StaticListableBeanFactory' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-jms/src/test/java/org/springframework/jms/config/JmsListenerEndpointTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 34

spring-framework/spring-jms/src/test/java/org/springframework/jms/config/JmsNamespaceHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 51
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 51
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 51
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 52

spring-framework/spring-jms/src/test/java/org/springframework/jms/config/MethodJmsListenerEndpointTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.StaticListableBeanFactory' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.StaticListableBeanFactory' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 64
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 64
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 64
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 64
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 65
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 65

spring-framework/spring-jms/src/test/java/org/springframework/jms/config/SimpleJmsListenerEndpointTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.listener.SimpleMessageListenerContainer' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.listener.SimpleMessageListenerContainer' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-jms/src/test/java/org/springframework/jms/connection/JmsTransactionManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.StubQueue' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.StubQueue' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 43

spring-framework/spring-jms/src/test/java/org/springframework/jms/connection/SingleConnectionFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34

spring-framework/spring-jms/src/test/java/org/springframework/jms/core/JmsMessagingTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.core.StringContains' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.core.StringContains' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.InvalidDestinationException' 42
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.InvalidDestinationException' 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 53
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 53
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 53
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 54

spring-framework/spring-jms/src/test/java/org/springframework/jms/core/JmsTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.InvalidClientIDException' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.InvalidClientIDException' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 62
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 62
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 62
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 62
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 63
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 63

spring-framework/spring-jms/src/test/java/org/springframework/jms/core/JmsTemplateTransactedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 21

spring-framework/spring-jms/src/test/java/org/springframework/jms/core/support/JmsGatewaySupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.core.JmsTemplate' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.core.JmsTemplate' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 27

spring-framework/spring-jms/src/test/java/org/springframework/jms/listener/DefaultMessageListenerContainerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.backoff.BackOff' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.backoff.BackOff' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 32

spring-framework/spring-jms/src/test/java/org/springframework/jms/listener/SimpleMessageListenerContainerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.GenericApplicationContext' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.GenericApplicationContext' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 39

spring-framework/spring-jms/src/test/java/org/springframework/jms/listener/adapter/MessageListenerAdapterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.support.converter.MessageConversionException' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.support.converter.MessageConversionException' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 42

spring-framework/spring-jms/src/test/java/org/springframework/jms/listener/adapter/MessagingMessageListenerAdapterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.StaticListableBeanFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.StaticListableBeanFactory' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 38

spring-framework/spring-jms/src/test/java/org/springframework/jms/listener/endpoint/DefaultJmsActivationSpecFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jca.StubResourceAdapter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jca.StubResourceAdapter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 28

spring-framework/spring-jms/src/test/java/org/springframework/jms/listener/endpoint/JmsMessageEndpointManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-jms/src/test/java/org/springframework/jms/listener/endpoint/StubJmsActivationSpec.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jca.StubActivationSpec' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jca.StubActivationSpec' 21

spring-framework/spring-jms/src/test/java/org/springframework/jms/listener/endpoint/StubJmsActivationSpecFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jca.StubActivationSpec' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jca.StubActivationSpec' 22

spring-framework/spring-jms/src/test/java/org/springframework/jms/remoting/JmsInvokerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.support.converter.MessageConversionException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.support.converter.MessageConversionException' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 42

spring-framework/spring-jms/src/test/java/org/springframework/jms/support/JmsAccessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-jms/src/test/java/org/springframework/jms/support/JmsMessageHeaderAccessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.StubTextMessage' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.StubTextMessage' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-jms/src/test/java/org/springframework/jms/support/SimpleJmsHeaderMapperTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.StubTextMessage' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.StubTextMessage' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-jms/src/test/java/org/springframework/jms/support/SimpleMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.support.converter.MessageConversionException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.support.converter.MessageConversionException' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 39

spring-framework/spring-jms/src/test/java/org/springframework/jms/support/converter/MappingJackson2MessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34

spring-framework/spring-jms/src/test/java/org/springframework/jms/support/converter/MarshallingMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.oxm.Marshaller' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.oxm.Marshaller' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 32

spring-framework/spring-jms/src/test/java/org/springframework/jms/support/converter/MessagingMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.StubTextMessage' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.StubTextMessage' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34

spring-framework/spring-jms/src/test/java/org/springframework/jms/support/destination/DynamicDestinationResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 27
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.StubQueue' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.StubQueue' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 32

spring-framework/spring-jms/src/test/java/org/springframework/jms/support/destination/JmsDestinationAccessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 24

spring-framework/spring-jms/src/test/java/org/springframework/jms/support/destination/JndiDestinationResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jms.StubTopic' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jms.StubTopic' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 28

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/MessageHeaders.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 32
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.AlternativeJdkIdGenerator' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.AlternativeJdkIdGenerator' 35

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/converter/AbstractMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/converter/CompositeMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 23

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/converter/MappingJackson2MessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.core.JsonEncoding' 27
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.core.JsonEncoding' 27
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.core.JsonEncoding' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 36

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/converter/StringMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/core/AbstractDestinationResolvingMessagingTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/core/AbstractMessageSendingTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 24

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/core/AbstractMessagingTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/core/CachingDestinationResolverProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 22

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/core/DestinationResolvingMessageRequestReplyOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/core/DestinationResolvingMessageSendingOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/core/GenericMessagingTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/core/MessageRequestReplyOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/core/MessageSendingOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/DestinationPatternsMessageCondition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 29

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/HandlerMethod.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 25

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/HandlerMethodSelector.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 25

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/MessageMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 25

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/Payload.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.converter.MessageConverter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.converter.MessageConverter' 25

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/SendTo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 25

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/AbstractNamedValueMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 22

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/AnnotationExceptionHandlerMethodResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 26

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/DefaultMessageHandlerMethodFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 23

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/DestinationVariableMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/HeaderMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableBeanFactory' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableBeanFactory' 25

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/HeadersMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/MessageHandlerMethodFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.handler.invocation.InvocableHandlerMethod' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.handler.invocation.InvocableHandlerMethod' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/MessageMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/PayloadArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/AbstractExceptionHandlerMethodResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ExceptionDepthComparator' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ExceptionDepthComparator' 26

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/AbstractMethodMessageHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 33

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/HandlerMethodArgumentResolverComposite.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/HandlerMethodReturnValueHandlerComposite.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/InvocableHandlerMethod.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.DefaultParameterNameDiscoverer' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.DefaultParameterNameDiscoverer' 23

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpAttributes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 24

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpMessageHeaderAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 23

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpMessageSendingOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.MessagingException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.MessagingException' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpMessageTypeMessageCondition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 22

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpMessagingTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/annotation/support/PrincipalMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/annotation/support/SendToMethodReturnValueHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/annotation/support/SimpAnnotationMethodMessageHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableBeanFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableBeanFactory' 28

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/annotation/support/SubscriptionMethodReturnValueHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/broker/AbstractBrokerMessageHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationEventPublisher' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationEventPublisher' 26

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/broker/AbstractSubscriptionRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 22

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/broker/DefaultSubscriptionRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 28

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/broker/SimpleBrokerMessageHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/config/AbstractBrokerRegistration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.MessageChannel' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.MessageChannel' 24

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/config/AbstractMessageBrokerConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 22

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/config/ChannelRegistration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.support.ChannelInterceptor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.support.ChannelInterceptor' 23

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/config/MessageBrokerRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.MessageChannel' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.MessageChannel' 22

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/BufferingStompDecoder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/Reactor11StompCodec.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'reactor.function.Consumer' 21
 Warning imports ImportOrder Extra separation in import group before 'reactor.function.Consumer' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26
 Warning imports ImportOrder Wrong order for 'org.springframework.messaging.Message' import. 26

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompBrokerRelayMessageHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompCommand.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.simp.SimpMessageType' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.simp.SimpMessageType' 24

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompDecoder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 28

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompEncoder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 30

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompHeaderAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/user/DefaultUserDestinationResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/user/DefaultUserSessionRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/user/UserDestinationMessageHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.SmartLifecycle' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.SmartLifecycle' 24

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/simp/user/UserDestinationResult.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/support/AbstractHeaderMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.MessageHeaders' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.MessageHeaders' 24

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/support/AbstractMessageChannel.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 26

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/support/AbstractSubscribableChannel.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.MessageHandler' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.MessageHandler' 23

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/support/ErrorMessage.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.MessageHeaders' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.MessageHeaders' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/support/ExecutorSubscribableChannel.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 23

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/support/GenericMessage.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 22

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/support/IdTimestampMessageHeaderInitializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.MessageHeaders' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.MessageHeaders' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/support/MessageBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/support/MessageHeaderAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 30

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/support/NativeMessageHeaderAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 24

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/tcp/TcpConnection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/tcp/reactor/AbstractPromiseToListenableFutureAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'reactor.core.composable.Promise' 23
 Warning imports ImportOrder Extra separation in import group before 'reactor.core.composable.Promise' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Wrong order for 'org.springframework.util.Assert' import. 26

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/tcp/reactor/Reactor11TcpClient.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'reactor.core.Environment' 23
 Warning imports ImportOrder Extra separation in import group before 'reactor.core.Environment' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 43
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 43
 Warning imports ImportOrder Wrong order for 'org.springframework.messaging.Message' import. 43

spring-framework/spring-messaging/src/main/java/org/springframework/messaging/tcp/reactor/Reactor11TcpConnection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 22
 Warning imports ImportOrder Wrong order for 'org.springframework.messaging.Message' import. 22

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/MessageHeadersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/converter/AbstractMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/converter/DefaultContentTypeResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.MessageHeaders' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.MessageHeaders' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/converter/GenericMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionException' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/converter/MappingJackson2MessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.databind.DeserializationFeature' 25
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.databind.DeserializationFeature' 25
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.databind.DeserializationFeature' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/converter/MessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/converter/SimpleMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/converter/StringMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/core/CachingDestinationResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 22

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/core/DestinationResolvingMessagingTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/core/GenericMessagingTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/core/MessageReceivingTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionFailedException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionFailedException' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/core/MessageRequestReplyTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/core/MessageSendingTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/handler/DestinationPatternsMessageConditionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/AnnotationExceptionHandlerMethodResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.handler.annotation.MessageExceptionHandler' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.handler.annotation.MessageExceptionHandler' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/DefaultMessageHandlerMethodFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.StaticListableBeanFactory' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.StaticListableBeanFactory' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 49
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 49
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 49

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/DestinationVariableMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.DefaultParameterNameDiscoverer' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.DefaultParameterNameDiscoverer' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/HeaderMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.GenericApplicationContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.GenericApplicationContext' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/HeadersMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/MessageMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/PayloadArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.LocalVariableTableParameterNameDiscoverer' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.LocalVariableTableParameterNameDiscoverer' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 43

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/handler/invocation/MethodMessageHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 45

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/SimpAttributesContextHolderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.MatcherAssert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.MatcherAssert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.MatcherAssert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/SimpAttributesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 30

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/SimpMessageHeaderAccessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/SimpMessageTypeMessageConditionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/SimpMessagingTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/SimpSessionScopeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/annotation/support/SendToMethodReturnValueHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 48
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 48
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 48
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 49

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/annotation/support/SimpAnnotationMethodMessageHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 55
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 55
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 55
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 56

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/annotation/support/SubscriptionMethodReturnValueHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 47

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/broker/BrokerMessageHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationEvent' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationEvent' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 36

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/broker/DefaultSubscriptionRegistryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/broker/SimpleBrokerMessageHandlerTests.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.times. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 22
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Collections' 24
 Warning imports ImportOrder Extra separation in import group before 'java.util.Collections' 24
 Warning imports ImportOrder Wrong order for 'java.util.Collections' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/config/MessageBrokerConfigurationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 69
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 69
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 69
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 69
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 70
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 70

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/config/StompBrokerRelayRegistrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.MessageChannel' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.MessageChannel' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/BufferingStompDecoderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/StompBrokerRelayMessageHandlerIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.activemq.broker.BrokerService' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.activemq.broker.BrokerService' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationEvent' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationEvent' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 52
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 52
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 52

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/StompBrokerRelayMessageHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/StompCodecTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 28
 Warning imports ImportOrder Wrong order for 'org.springframework.messaging.Message' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/StompHeaderAccessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/user/DefaultUserDestinationResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/user/DefaultUserSessionRegistryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/simp/user/UserDestinationMessageHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 35

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/support/ChannelInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 33

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/support/ExecutorSubscribableChannelTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.TaskExecutor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.TaskExecutor' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 38

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/support/MessageBuilderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/support/MessageHeaderAccessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-messaging/src/test/java/org/springframework/messaging/support/NativeMessageHeaderAccessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/ConfigurableJtaPlatform.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.TransactionException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.TransactionException' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.jta.UserTransactionAdapter' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.jta.UserTransactionAdapter' 34

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/HibernateExceptionTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 21

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/HibernateJdbcException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 23

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/HibernateObjectRetrievalFailureException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.ObjectRetrievalFailureException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.ObjectRetrievalFailureException' 22

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/HibernateOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Filter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Filter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 29

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/HibernateOptimisticLockingFailureException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.ObjectOptimisticLockingFailureException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.ObjectOptimisticLockingFailureException' 23

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/HibernateQueryException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/HibernateSystemException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 21

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/HibernateTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 44
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 44

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/HibernateTransactionManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 33

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/LocalSessionFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Interceptor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Interceptor' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 29

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/LocalSessionFactoryBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 43
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 43

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/SessionFactoryUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.CannotAcquireLockException' 51
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.CannotAcquireLockException' 51

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/SessionHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.ResourceHolderSupport' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.ResourceHolderSupport' 23

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/SpringFlushSynchronization.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronizationAdapter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronizationAdapter' 22

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/SpringJtaSessionContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronizationManager' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronizationManager' 24

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/SpringSessionContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronizationManager' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronizationManager' 31

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/SpringSessionSynchronization.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 24

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/support/AsyncRequestInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.hibernate4.SessionFactoryUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.hibernate4.SessionFactoryUtils' 26

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/support/HibernateDaoSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 22

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/support/OpenSessionInViewFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 30

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/support/OpenSessionInViewInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 26

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4/support/OpenSessionInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 26

spring-framework/spring-orm-hibernate4/src/main/java/org/springframework/orm/jpa/vendor/SpringHibernateJpaPersistenceProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo' 29

spring-framework/spring-orm-hibernate4/src/test/java/org/springframework/orm/hibernate4/HibernateTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.CannotAcquireLockException' 56
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.CannotAcquireLockException' 56
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 65
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 65
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 65
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 65
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 66
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 66

spring-framework/spring-orm-hibernate4/src/test/java/org/springframework/orm/hibernate4/HibernateTransactionManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 49
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 49
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 65
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 65
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 65
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 65
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 66
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 66

spring-framework/spring-orm-hibernate4/src/test/java/org/springframework/orm/jpa/jpa21/PersistenceContextTransactionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.jpa.JpaTransactionManager' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.jpa.JpaTransactionManager' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 39

spring-framework/spring-orm-hibernate4/src/test/java/org/springframework/validation/hibernatevalidator5/BeanValidationPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-orm-hibernate4/src/test/java/org/springframework/validation/hibernatevalidator5/MethodValidationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-orm-hibernate4/src/test/java/org/springframework/validation/hibernatevalidator5/ValidatorFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.validator.HibernateValidator' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.validator.HibernateValidator' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.validation.BeanPropertyBindingResult' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.validation.BeanPropertyBindingResult' 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 47
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 48

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/AbstractSessionFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 26

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/FilterDefinitionFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.FilterDefinition' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.FilterDefinition' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 26

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/HibernateAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 31

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/HibernateCallback.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 21

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/HibernateExceptionTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/HibernateInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronizationManager' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronizationManager' 25

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/HibernateJdbcException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 23

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/HibernateObjectRetrievalFailureException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.ObjectRetrievalFailureException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.ObjectRetrievalFailureException' 22

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/HibernateOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Filter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Filter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 29

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/HibernateOptimisticLockingFailureException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.ObjectOptimisticLockingFailureException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.ObjectOptimisticLockingFailureException' 23

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/HibernateQueryException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/HibernateSystemException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 21

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/HibernateTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 44
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 44

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/HibernateTransactionManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 33

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/LocalDataSourceConnectionProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.DataSourceUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.DataSourceUtils' 28

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/LocalRegionFactoryProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheDataDescription' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheDataDescription' 21

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/LocalSessionFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 47
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 47

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/LocalTransactionManagerLookup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.transaction.TransactionManagerLookup' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.transaction.TransactionManagerLookup' 23

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/SessionFactoryUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NamedThreadLocal' 60
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NamedThreadLocal' 60

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/SessionHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.ResourceHolderSupport' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.ResourceHolderSupport' 26

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/SpringSessionSynchronization.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 30

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/SpringTransactionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronizationManager' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronizationManager' 27

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/TransactionAwareDataSourceConnectionProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy' 21

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/TypeDefinitionBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 21

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/annotation/AnnotationSessionFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ResourceLoaderAware' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ResourceLoaderAware' 30

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/support/AbstractLobType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.LobCreator' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.LobCreator' 32

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/support/AsyncRequestInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.hibernate3.SessionFactoryUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.hibernate3.SessionFactoryUtils' 25

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/support/BlobByteArrayType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.LobCreator' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.LobCreator' 26

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/support/BlobSerializableType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.LobCreator' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.LobCreator' 34

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/support/BlobStringType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.LobCreator' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.LobCreator' 26

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/support/ClobStringType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.LobCreator' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.LobCreator' 25

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/support/HibernateDaoSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/support/IdTransferringMergeEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.SessionImplementor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.SessionImplementor' 22

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/support/OpenSessionInViewFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 29

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/support/OpenSessionInViewInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/support/OpenSessionInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 26

spring-framework/spring-orm/src/main/java/org/springframework/orm/hibernate3/support/ScopedBeanInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedObject' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedObject' 21

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/DefaultJdoDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 26

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/JdoDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 24

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/JdoObjectRetrievalFailureException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.ObjectRetrievalFailureException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.ObjectRetrievalFailureException' 22

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/JdoOptimisticLockingFailureException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.ObjectOptimisticLockingFailureException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.ObjectOptimisticLockingFailureException' 22

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/JdoResourceFailureException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 22

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/JdoSystemException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 21

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/JdoTransactionManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/JdoUsageException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 22

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/LocalPersistenceManagerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 30

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/PersistenceManagerFactoryUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 34

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/PersistenceManagerHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.ResourceHolderSupport' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.ResourceHolderSupport' 21

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/TransactionAwarePersistenceManagerFactoryProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 26

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/support/OpenPersistenceManagerInViewFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.jdo.PersistenceManagerFactoryUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.jdo.PersistenceManagerFactoryUtils' 27

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/support/OpenPersistenceManagerInViewInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 25

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/support/SpringPersistenceManagerProxyBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 27

spring-framework/spring-orm/src/main/java/org/springframework/orm/jdo/support/StandardPersistenceManagerProxyBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 22

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/AbstractEntityManagerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 40
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 43
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 43

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/DefaultJpaDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 24

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 28

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 35
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 38

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.SavepointManager' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.SavepointManager' 21

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/ExtendedEntityManagerCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 34
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 37

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/JpaDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.support.PersistenceExceptionTranslator' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.support.PersistenceExceptionTranslator' 23

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/JpaObjectRetrievalFailureException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.ObjectRetrievalFailureException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.ObjectRetrievalFailureException' 21

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/JpaOptimisticLockingFailureException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.ObjectOptimisticLockingFailureException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.ObjectOptimisticLockingFailureException' 21

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/JpaSystemException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.UncategorizedDataAccessException' 21

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/JpaTransactionManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 29

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 27

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/SharedEntityManagerCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 34
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 37

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/ClassFileTransformerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/DefaultPersistenceUnitManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 38
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 41

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/MutablePersistenceUnitInfo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 29

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/PersistenceUnitReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 38
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.Resource' import. 38

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/SpringPersistenceUnitInfo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.DecoratingClassLoader' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.DecoratingClassLoader' 21

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/support/AsyncRequestInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.jpa.EntityManagerFactoryUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.jpa.EntityManagerFactoryUtils' 26

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/support/OpenEntityManagerInViewFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 28

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/support/OpenEntityManagerInViewInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/support/PersistenceAnnotationBeanPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 37

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/support/SharedEntityManagerBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 22

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/AbstractJpaVendorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.jpa.JpaDialect' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.jpa.JpaDialect' 23

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/EclipseLinkJpaDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.eclipse.persistence.sessions.UnitOfWork' 24
 Warning imports ImportOrder Extra separation in import group before 'org.eclipse.persistence.sessions.UnitOfWork' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.ConnectionHandle' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.ConnectionHandle' 26

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/EclipseLinkJpaVendorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.eclipse.persistence.config.PersistenceUnitProperties' 25
 Warning imports ImportOrder Extra separation in import group before 'org.eclipse.persistence.config.PersistenceUnitProperties' 25

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/HibernateJpaDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.CannotAcquireLockException' 48
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.CannotAcquireLockException' 48

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/HibernateJpaSessionFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 24

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/HibernateJpaVendorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 25

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/OpenJpaDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.ConnectionHandle' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.ConnectionHandle' 31

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/OpenJpaVendorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.openjpa.persistence.OpenJPAEntityManagerFactorySPI' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.openjpa.persistence.OpenJPAEntityManagerFactorySPI' 25

spring-framework/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/SpringHibernateEjbPersistenceProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo' 26

spring-framework/spring-orm/src/test/java/org/springframework/orm/hibernate3/HibernateInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInvocation' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 39

spring-framework/spring-orm/src/test/java/org/springframework/orm/hibernate3/HibernateJtaTransactionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 51
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 51
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 51
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 52

spring-framework/spring-orm/src/test/java/org/springframework/orm/hibernate3/HibernateTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.CannotAcquireLockException' 60
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.CannotAcquireLockException' 60
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 69
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 69
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 69
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 69
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 70
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 70

spring-framework/spring-orm/src/test/java/org/springframework/orm/hibernate3/HibernateTransactionManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 45
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 45
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 61
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 61
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 61
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 61
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 62
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 62

spring-framework/spring-orm/src/test/java/org/springframework/orm/hibernate3/LocalSessionFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 50
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 50
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 57
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 57
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 57
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 57
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 58

spring-framework/spring-orm/src/test/java/org/springframework/orm/hibernate3/support/HibernateDaoSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.hibernate3.HibernateTemplate' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.hibernate3.HibernateTemplate' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 28

spring-framework/spring-orm/src/test/java/org/springframework/orm/hibernate3/support/LobTypeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.LobCreator' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.support.lob.LobCreator' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 47

spring-framework/spring-orm/src/test/java/org/springframework/orm/hibernate3/support/OpenSessionInViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 63
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 63
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 63
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 63
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 64
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 64

spring-framework/spring-orm/src/test/java/org/springframework/orm/hibernate3/support/ScopedBeanInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 21

spring-framework/spring-orm/src/test/java/org/springframework/orm/jdo/JdoTransactionManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.ConnectionHandle' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.datasource.ConnectionHandle' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 54
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 54
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 54
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 55

spring-framework/spring-orm/src/test/java/org/springframework/orm/jdo/LocalPersistenceManagerFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30

spring-framework/spring-orm/src/test/java/org/springframework/orm/jdo/support/OpenPersistenceManagerInViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockFilterConfig' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockFilterConfig' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 40

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/AbstractContainerEntityManagerFactoryIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 27

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/AbstractEntityManagerFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronizationManager' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronizationManager' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 29

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/AbstractEntityManagerFactoryIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.jpa.AbstractJpaTests' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.jpa.AbstractJpaTests' 22

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/ApplicationManagedEntityManagerIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.jpa.domain.Person' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.jpa.domain.Person' 25

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/ContainerManagedEntityManagerIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 26

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/DefaultJpaDialectTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/EntityManagerFactoryBeanSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 21

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/EntityManagerFactoryUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 39

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/JpaTransactionManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.InvalidIsolationLevelException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.InvalidIsolationLevelException' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 43

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/LocalContainerEntityManagerFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 43

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/LocalEntityManagerFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/SharedEntityManagerCreatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 27

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/domain/Person.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 29

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/eclipselink/EclipseLinkEntityManagerFactoryIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.jpa.AbstractContainerEntityManagerFactoryIntegrationTests' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.jpa.AbstractContainerEntityManagerFactoryIntegrationTests' 21

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/HibernateEntityManagerFactoryIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.jpa.AbstractContainerEntityManagerFactoryIntegrationTests' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.jpa.AbstractContainerEntityManagerFactoryIntegrationTests' 22

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/HibernateMultiEntityManagerFactoryIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.jpa.AbstractContainerEntityManagerFactoryIntegrationTests' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.jpa.AbstractContainerEntityManagerFactoryIntegrationTests' 22

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/openjpa/OpenJpaEntityManagerFactoryIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.openjpa.persistence.OpenJPAEntityManager' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.openjpa.persistence.OpenJPAEntityManager' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.jpa.AbstractContainerEntityManagerFactoryIntegrationTests' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.jpa.AbstractContainerEntityManagerFactoryIntegrationTests' 26

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/persistenceunit/PersistenceXmlParsingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/support/OpenEntityManagerInViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.SimpleAsyncTaskExecutor' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.SimpleAsyncTaskExecutor' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 51
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 51
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 51
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 52

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/support/PersistenceContextTransactionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.jpa.JpaTransactionManager' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.jpa.JpaTransactionManager' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 37

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/support/PersistenceInjectionIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/support/PersistenceInjectionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.HibernateEntityManager' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.HibernateEntityManager' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 51
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 51
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 51
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 52

spring-framework/spring-orm/src/test/java/org/springframework/orm/jpa/support/SharedEntityManagerFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.orm.jpa.EntityManagerHolder' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.orm.jpa.EntityManagerHolder' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 29

spring-framework/spring-orm/src/test/java/org/springframework/test/AbstractDependencyInjectionSpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.NoSuchBeanDefinitionException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.NoSuchBeanDefinitionException' 24

spring-framework/spring-orm/src/test/java/org/springframework/test/AbstractSpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 22

spring-framework/spring-orm/src/test/java/org/springframework/test/AbstractTransactionalDataSourceSpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.support.EncodedResource' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.support.EncodedResource' 26

spring-framework/spring-orm/src/test/java/org/springframework/test/annotation/AbstractAnnotationAwareTransactionalTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.AbstractTransactionalDataSourceSpringContextTests' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.AbstractTransactionalDataSourceSpringContextTests' 22

spring-framework/spring-orm/src/test/java/org/springframework/test/jdbc/JdbcTestUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 23

spring-framework/spring-orm/src/test/java/org/springframework/test/jpa/AbstractJpaTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 31

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/castor/CastorMarshaller.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.exolab.castor.mapping.Mapping' 31
 Warning imports ImportOrder Extra separation in import group before 'org.exolab.castor.mapping.Mapping' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 52
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 52
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.BeanClassLoaderAware' import. 52

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/config/CastorMarshallerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser' import. 21

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/config/Jaxb2MarshallerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionBuilder' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionBuilder' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.support.BeanDefinitionBuilder' import. 23

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/config/JibxMarshallerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser' import. 21

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/config/XmlBeansMarshallerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionBuilder' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionBuilder' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.support.BeanDefinitionBuilder' import. 21

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/jaxb/ClassPathJaxb2TypeScanner.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 28

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/jaxb/Jaxb2Marshaller.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 72
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 72
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 81
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 81
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.BeanClassLoaderAware' import. 81

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/jibx/JibxMarshaller.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jibx.runtime.BindingDirectory' 44
 Warning imports ImportOrder Extra separation in import group before 'org.jibx.runtime.BindingDirectory' 44
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 62
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 62
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.InitializingBean' import. 62

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/mime/MimeMarshaller.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.oxm.Marshaller' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.oxm.Marshaller' 22

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/mime/MimeUnmarshaller.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.oxm.Unmarshaller' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.oxm.Unmarshaller' 22

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/support/AbstractMarshaller.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 42
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.oxm.Marshaller' 54
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.oxm.Marshaller' 54
 Warning imports ImportOrder Wrong order for 'org.springframework.oxm.Marshaller' import. 54

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/support/MarshallingSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.ContentHandler' 24
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.ContentHandler' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.oxm.Marshaller' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.oxm.Marshaller' 35
 Warning imports ImportOrder Wrong order for 'org.springframework.oxm.Marshaller' import. 35

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/support/SaxResourceUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.InputSource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.InputSource' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.Resource' import. 23

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/xmlbeans/XmlBeansMarshaller.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.xmlbeans.XMLStreamValidationException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.apache.xmlbeans.XMLStreamValidationException' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.oxm.Marshaller' 51
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.oxm.Marshaller' 51
 Warning imports ImportOrder Wrong order for 'org.springframework.oxm.Marshaller' import. 51

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/xmlbeans/XmlOptionsFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.xmlbeans.XmlOptions' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.xmlbeans.XmlOptions' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 23

spring-framework/spring-oxm/src/main/java/org/springframework/oxm/xstream/XStreamMarshaller.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.thoughtworks.xstream.MarshallingStrategy' 37
 Warning imports ImportOrder Extra separation in import group before 'com.thoughtworks.xstream.MarshallingStrategy' 37
 Warning imports ImportOrder Wrong order for 'com.thoughtworks.xstream.MarshallingStrategy' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 74
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 74
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.BeanClassLoaderAware' import. 74

spring-framework/spring-oxm/src/test/java/org/springframework/oxm/AbstractMarshallerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLUnit' 31
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLUnit' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.xml.StaxUtils' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.xml.StaxUtils' 39
 Warning imports ImportOrder Wrong order for 'org.springframework.util.xml.StaxUtils' import. 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42

spring-framework/spring-oxm/src/test/java/org/springframework/oxm/AbstractUnmarshallerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.xml.StaxUtils' 42
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.xml.StaxUtils' 42
 Warning imports ImportOrder Wrong order for 'org.springframework.util.xml.StaxUtils' import. 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 44

spring-framework/spring-oxm/src/test/java/org/springframework/oxm/castor/CastorMarshallerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.NamespaceContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.NamespaceContext' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 37
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.ClassPathResource' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 45

spring-framework/spring-oxm/src/test/java/org/springframework/oxm/castor/CastorUnmarshallerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 31
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.ClassPathResource' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-oxm/src/test/java/org/springframework/oxm/config/OxmNamespaceHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-oxm/src/test/java/org/springframework/oxm/jaxb/Jaxb2MarshallerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 45
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 45
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.ClassPathResource' import. 45
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 58
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 58
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 60
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 61
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 62
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 63
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 63

spring-framework/spring-oxm/src/test/java/org/springframework/oxm/jaxb/Jaxb2UnmarshallerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 42

spring-framework/spring-oxm/src/test/java/org/springframework/oxm/jibx/JibxMarshallerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLUnit' 22
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLUnit' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.oxm.AbstractMarshallerTests' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.oxm.AbstractMarshallerTests' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 33

spring-framework/spring-oxm/src/test/java/org/springframework/oxm/jibx/JibxUnmarshallerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.BeforeClass' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.BeforeClass' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.oxm.AbstractUnmarshallerTests' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.oxm.AbstractUnmarshallerTests' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-oxm/src/test/java/org/springframework/oxm/xmlbeans/XmlBeansMarshallerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.xmlbeans.XmlObject' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.xmlbeans.XmlObject' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.oxm.AbstractMarshallerTests' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.oxm.AbstractMarshallerTests' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-oxm/src/test/java/org/springframework/oxm/xmlbeans/XmlBeansUnmarshallerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.oxm.AbstractUnmarshallerTests' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.oxm.AbstractUnmarshallerTests' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-oxm/src/test/java/org/springframework/oxm/xmlbeans/XmlOptionsFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.xmlbeans.XmlOptions' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.xmlbeans.XmlOptions' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-oxm/src/test/java/org/springframework/oxm/xstream/XStreamMarshallerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.thoughtworks.xstream.converters.Converter' 39
 Warning imports ImportOrder Extra separation in import group before 'com.thoughtworks.xstream.converters.Converter' 39
 Warning imports ImportOrder Wrong order for 'com.thoughtworks.xstream.converters.Converter' import. 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.xml.StaxUtils' 55
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.xml.StaxUtils' 55
 Warning imports ImportOrder Wrong order for 'org.springframework.util.xml.StaxUtils' import. 55
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 57
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 57
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 57
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 57
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 60
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 61
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 61

spring-framework/spring-oxm/src/test/java/org/springframework/oxm/xstream/XStreamUnmarshallerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.xml.StaxUtils' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.xml.StaxUtils' 36
 Warning imports ImportOrder Wrong order for 'org.springframework.util.xml.StaxUtils' import. 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-test/src/main/java/org/springframework/mock/env/MockPropertySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.PropertiesPropertySource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.PropertiesPropertySource' 21

spring-framework/spring-test/src/main/java/org/springframework/mock/http/MockHttpInputMessage.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 22

spring-framework/spring-test/src/main/java/org/springframework/mock/http/MockHttpOutputMessage.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 25

spring-framework/spring-test/src/main/java/org/springframework/mock/http/client/MockAsyncClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 22

spring-framework/spring-test/src/main/java/org/springframework/mock/http/client/MockClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 22

spring-framework/spring-test/src/main/java/org/springframework/mock/http/client/MockClientHttpResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 21

spring-framework/spring-test/src/main/java/org/springframework/mock/jndi/ExpectedLookupTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jndi.JndiTemplate' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jndi.JndiTemplate' 23

spring-framework/spring-test/src/main/java/org/springframework/mock/jndi/SimpleNamingContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 33
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 36

spring-framework/spring-test/src/main/java/org/springframework/mock/jndi/SimpleNamingContextBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 29

spring-framework/spring-test/src/main/java/org/springframework/mock/web/DelegatingServletInputStream.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-test/src/main/java/org/springframework/mock/web/DelegatingServletOutputStream.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-test/src/main/java/org/springframework/mock/web/HeaderValueHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-test/src/main/java/org/springframework/mock/web/MockAsyncContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 31

spring-framework/spring-test/src/main/java/org/springframework/mock/web/MockExpressionEvaluator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager' 22

spring-framework/spring-test/src/main/java/org/springframework/mock/web/MockFilterChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 32

spring-framework/spring-test/src/main/java/org/springframework/mock/web/MockFilterConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-test/src/main/java/org/springframework/mock/web/MockHttpServletRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 53
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 53

spring-framework/spring-test/src/main/java/org/springframework/mock/web/MockHttpServletResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 36

spring-framework/spring-test/src/main/java/org/springframework/mock/web/MockHttpSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 32

spring-framework/spring-test/src/main/java/org/springframework/mock/web/MockMultipartFile.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-test/src/main/java/org/springframework/mock/web/MockMultipartHttpServletRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26

spring-framework/spring-test/src/main/java/org/springframework/mock/web/MockPageContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 39

spring-framework/spring-test/src/main/java/org/springframework/mock/web/MockRequestDispatcher.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27

spring-framework/spring-test/src/main/java/org/springframework/mock/web/MockServletConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-test/src/main/java/org/springframework/mock/web/MockServletContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 45
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 45
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 48
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 48

spring-framework/spring-test/src/main/java/org/springframework/mock/web/PassThroughFilterChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27

spring-framework/spring-test/src/main/java/org/springframework/mock/web/portlet/MockActionResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28

spring-framework/spring-test/src/main/java/org/springframework/mock/web/portlet/MockBaseURL.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30

spring-framework/spring-test/src/main/java/org/springframework/mock/web/portlet/MockMimeResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 36

spring-framework/spring-test/src/main/java/org/springframework/mock/web/portlet/MockMultipartActionRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-test/src/main/java/org/springframework/mock/web/portlet/MockPortletConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33

spring-framework/spring-test/src/main/java/org/springframework/mock/web/portlet/MockPortletContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 35
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 38

spring-framework/spring-test/src/main/java/org/springframework/mock/web/portlet/MockPortletPreferences.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 31

spring-framework/spring-test/src/main/java/org/springframework/mock/web/portlet/MockPortletRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 39

spring-framework/spring-test/src/main/java/org/springframework/mock/web/portlet/MockPortletRequestDispatcher.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30

spring-framework/spring-test/src/main/java/org/springframework/mock/web/portlet/MockPortletResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.DOMException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.DOMException' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 34
 Warning imports ImportOrder Wrong order for 'org.springframework.util.Assert' import. 34

spring-framework/spring-test/src/main/java/org/springframework/mock/web/portlet/MockPortletSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpSession' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpSession' 30

spring-framework/spring-test/src/main/java/org/springframework/mock/web/portlet/MockPortletURL.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27

spring-framework/spring-test/src/main/java/org/springframework/mock/web/portlet/MockStateAwareResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33

spring-framework/spring-test/src/main/java/org/springframework/mock/web/portlet/ServletWrappingPortletContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30

spring-framework/spring-test/src/main/java/org/springframework/test/annotation/ProfileValueUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.core.annotation.AnnotationUtils.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.annotation.AnnotationUtils.*. 29

spring-framework/spring-test/src/main/java/org/springframework/test/annotation/Repeat.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 23
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.*. 24

spring-framework/spring-test/src/main/java/org/springframework/test/annotation/Rollback.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 23
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.*. 24

spring-framework/spring-test/src/main/java/org/springframework/test/annotation/Timed.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 23
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.*. 24

spring-framework/spring-test/src/main/java/org/springframework/test/context/BootstrapUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.BeanUtils.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.BeanUtils.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.core.annotation.AnnotationUtils.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.annotation.AnnotationUtils.*. 25

spring-framework/spring-test/src/main/java/org/springframework/test/context/ContextCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 27

spring-framework/spring-test/src/main/java/org/springframework/test/context/ContextConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 26

spring-framework/spring-test/src/main/java/org/springframework/test/context/ContextConfigurationAttributes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 24

spring-framework/spring-test/src/main/java/org/springframework/test/context/DefaultCacheAwareContextLoaderDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 22

spring-framework/spring-test/src/main/java/org/springframework/test/context/DefaultTestContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21

spring-framework/spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 26

spring-framework/spring-test/src/main/java/org/springframework/test/context/TestContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 22

spring-framework/spring-test/src/main/java/org/springframework/test/context/TestContextManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27

spring-framework/spring-test/src/main/java/org/springframework/test/context/jdbc/Sql.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 25
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.*. 26

spring-framework/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 24
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.*. 25

spring-framework/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlGroup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 24
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.*. 25

spring-framework/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlScriptsTestExecutionListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 26

spring-framework/spring-test/src/main/java/org/springframework/test/context/junit4/AbstractJUnit4SpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 23

spring-framework/spring-test/src/main/java/org/springframework/test/context/junit4/AbstractTransactionalJUnit4SpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21

spring-framework/spring-test/src/main/java/org/springframework/test/context/junit4/SpringJUnit4ClassRunner.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotatedElementUtils' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotatedElementUtils' 36

spring-framework/spring-test/src/main/java/org/springframework/test/context/junit4/statements/RunAfterTestClassCallbacks.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.runners.model.MultipleFailureException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.runners.model.MultipleFailureException' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.TestContextManager' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.TestContextManager' 25

spring-framework/spring-test/src/main/java/org/springframework/test/context/junit4/statements/RunAfterTestMethodCallbacks.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.runners.model.MultipleFailureException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.runners.model.MultipleFailureException' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.TestContextManager' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.TestContextManager' 26

spring-framework/spring-test/src/main/java/org/springframework/test/context/junit4/statements/RunBeforeTestClassCallbacks.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.TestContextManager' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.TestContextManager' 21

spring-framework/spring-test/src/main/java/org/springframework/test/context/junit4/statements/RunBeforeTestMethodCallbacks.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.runners.model.Statement' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.runners.model.Statement' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.TestContextManager' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.TestContextManager' 23

spring-framework/spring-test/src/main/java/org/springframework/test/context/junit4/statements/SpringFailOnTimeout.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.runners.model.Statement' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.runners.model.Statement' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.Timed' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.Timed' 23

spring-framework/spring-test/src/main/java/org/springframework/test/context/junit4/statements/SpringRepeat.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.Repeat' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.Repeat' 25

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/AbstractContextLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 26

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/AbstractDelegatingSmartContextLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 25

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/AbstractGenericContextLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionReader' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionReader' 23

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/AbstractTestContextBootstrapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanInstantiationException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanInstantiationException' 31

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/ActiveProfilesUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 25

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/AnnotationConfigContextLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionReader' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionReader' 22

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/AnnotationConfigContextLoaderUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Configuration' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Configuration' 26

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/ApplicationContextInitializerUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 27

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/ContextLoaderUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAttributes' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAttributes' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.core.annotation.AnnotationUtils.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.annotation.AnnotationUtils.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MetaAnnotationUtils.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MetaAnnotationUtils.*. 38

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/DefaultActiveProfilesResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAttributes' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAttributes' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.MetaAnnotationUtils.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.MetaAnnotationUtils.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MetaAnnotationUtils.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MetaAnnotationUtils.*. 32

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/DependencyInjectionTestExecutionListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.AutowireCapableBeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.AutowireCapableBeanFactory' 22

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/DirtiesContextTestExecutionListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext.ClassMode.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext.ClassMode.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.annotation.DirtiesContext.ClassMode.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.annotation.DirtiesContext.ClassMode.*. 33

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/GenericPropertiesContextLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionReader' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionReader' 21

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/TestPropertySourceAttributes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAttributes' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAttributes' 22

spring-framework/spring-test/src/main/java/org/springframework/test/context/support/TestPropertySourceUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.MetaAnnotationUtils.*' 47
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.MetaAnnotationUtils.*' 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MetaAnnotationUtils.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MetaAnnotationUtils.*. 47

spring-framework/spring-test/src/main/java/org/springframework/test/context/testng/AbstractTestNGSpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 32
 Warning imports ImportOrder Wrong order for 'org.springframework.context.ApplicationContext' import. 32

spring-framework/spring-test/src/main/java/org/springframework/test/context/testng/AbstractTransactionalTestNGSpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21

spring-framework/spring-test/src/main/java/org/springframework/test/context/transaction/AfterTransaction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 23
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.*. 24

spring-framework/spring-test/src/main/java/org/springframework/test/context/transaction/BeforeTransaction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 23
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.*. 24

spring-framework/spring-test/src/main/java/org/springframework/test/context/transaction/TestContextTransactionUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25

spring-framework/spring-test/src/main/java/org/springframework/test/context/transaction/TransactionContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.TestContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.TestContext' 22

spring-framework/spring-test/src/main/java/org/springframework/test/context/transaction/TransactionalTestExecutionListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils.*' 47
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils.*' 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.core.annotation.AnnotationUtils.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.annotation.AnnotationUtils.*. 47

spring-framework/spring-test/src/main/java/org/springframework/test/context/util/TestContextResourceUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 22

spring-framework/spring-test/src/main/java/org/springframework/test/context/web/AbstractGenericWebContextLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 24

spring-framework/spring-test/src/main/java/org/springframework/test/context/web/AnnotationConfigWebContextLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotatedBeanDefinitionReader' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotatedBeanDefinitionReader' 22

spring-framework/spring-test/src/main/java/org/springframework/test/context/web/ServletTestExecutionListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableListableBeanFactory' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableListableBeanFactory' 24

spring-framework/spring-test/src/main/java/org/springframework/test/context/web/WebAppConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.BootstrapWith' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.BootstrapWith' 26

spring-framework/spring-test/src/main/java/org/springframework/test/context/web/WebMergedContextConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 21

spring-framework/spring-test/src/main/java/org/springframework/test/jdbc/JdbcTestUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 26

spring-framework/spring-test/src/main/java/org/springframework/test/util/JsonPathExpectationsHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.jayway.jsonpath.InvalidPathException' 24
 Warning imports ImportOrder Extra separation in import group before 'com.jayway.jsonpath.InvalidPathException' 24
 Warning imports ImportOrder Wrong order for 'com.jayway.jsonpath.InvalidPathException' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 32

spring-framework/spring-test/src/main/java/org/springframework/test/util/MatcherAssertionErrors.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Description' 20
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Description' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 24

spring-framework/spring-test/src/main/java/org/springframework/test/util/MetaAnnotationUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotatedElementUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotatedElementUtils' 23

spring-framework/spring-test/src/main/java/org/springframework/test/util/ReflectionTestUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25

spring-framework/spring-test/src/main/java/org/springframework/test/util/XmlExpectationsHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.Diff' 26
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.Diff' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.MatcherAssertionErrors.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.MatcherAssertionErrors.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 33

spring-framework/spring-test/src/main/java/org/springframework/test/util/XpathExpectationsHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 37
 Warning imports ImportOrder Wrong order for 'org.springframework.util.CollectionUtils' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 41

spring-framework/spring-test/src/main/java/org/springframework/test/web/ModelAndViewAssert.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 29

spring-framework/spring-test/src/main/java/org/springframework/test/web/client/MockMvcClientHttpRequestFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 35

spring-framework/spring-test/src/main/java/org/springframework/test/web/client/MockRestServiceServer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25

spring-framework/spring-test/src/main/java/org/springframework/test/web/client/RequestMatcher.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpRequest' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpRequest' 20

spring-framework/spring-test/src/main/java/org/springframework/test/web/client/RequestMatcherClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpResponse' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpResponse' 23

spring-framework/spring-test/src/main/java/org/springframework/test/web/client/ResponseCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpRequest' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpRequest' 20

spring-framework/spring-test/src/main/java/org/springframework/test/web/client/match/ContentRequestMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 25
 Warning imports ImportOrder Wrong order for 'org.springframework.http.MediaType' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 32

spring-framework/spring-test/src/main/java/org/springframework/test/web/client/match/JsonPathRequestMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpRequest' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpRequest' 23

spring-framework/spring-test/src/main/java/org/springframework/test/web/client/match/MockRestRequestMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 35

spring-framework/spring-test/src/main/java/org/springframework/test/web/client/match/XpathRequestMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpRequest' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpRequest' 25
 Warning imports ImportOrder Wrong order for 'org.springframework.http.client.ClientHttpRequest' import. 25

spring-framework/spring-test/src/main/java/org/springframework/test/web/client/response/DefaultResponseCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23

spring-framework/spring-test/src/main/java/org/springframework/test/web/client/response/MockRestResponseCreators.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 20

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/DefaultMvcResult.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletRequest' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletRequest' 20

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/MockMvc.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.Mergeable' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.Mergeable' 24

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/MockMvcBuilderSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NestedRuntimeException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NestedRuntimeException' 24

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/RequestBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletRequest' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletRequest' 20

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/TestDispatcherServlet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 26

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/request/MockHttpServletRequestBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.Mergeable' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.Mergeable' 33

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/request/MockMultipartHttpServletRequestBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 24

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/request/MockMvcRequestBuilders.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 21

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/result/ContentResultMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 27
 Warning imports ImportOrder Wrong order for 'org.springframework.http.MediaType' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 34

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/result/CookieResultMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 27

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/result/FlashAttributeResultMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 25

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/result/HandlerResultMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 31

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/result/HeaderResultMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 25

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/result/JsonPathResultMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.JsonPathExpectationsHelper' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.JsonPathExpectationsHelper' 21

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/result/MockMvcResultMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 28

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/result/ModelResultMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 29

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/result/PrintingResultHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.servlet.http.HttpServletRequest' 22
 Warning imports ImportOrder Extra separation in import group before 'javax.servlet.http.HttpServletRequest' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 24

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/result/RequestResultMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletRequest' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletRequest' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 31

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/result/StatusResultMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 25

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/result/ViewResultMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.AssertionErrors.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.AssertionErrors.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.AssertionErrors.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 26

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/result/XpathResultMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.XpathExpectationsHelper' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.XpathExpectationsHelper' 25
 Warning imports ImportOrder Wrong order for 'org.springframework.test.util.XpathExpectationsHelper' import. 25

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/setup/AbstractMockMvcBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.MockServletConfig' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.MockServletConfig' 24

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/setup/ConfigurableMockMvcBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MockMvcBuilder' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MockMvcBuilder' 21

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/setup/DefaultMockMvcBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/setup/MockMvcBuilders.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 21

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/setup/PatternMappingFilterProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/setup/StandaloneMockMvcBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27

spring-framework/spring-test/src/main/java/org/springframework/test/web/servlet/setup/StubWebApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27

spring-framework/spring-test/src/test/java/org/springframework/mock/web/MockFilterChainTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 29

spring-framework/spring-test/src/test/java/org/springframework/mock/web/MockHttpServletRequestTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StreamUtils' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StreamUtils' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-test/src/test/java/org/springframework/mock/web/MockHttpServletResponseTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.util.WebUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.util.WebUtils' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/mock/web/MockHttpSessionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-test/src/test/java/org/springframework/mock/web/MockMultipartHttpServletRequestTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.FileCopyUtils' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.FileCopyUtils' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-test/src/test/java/org/springframework/mock/web/MockPageContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21

spring-framework/spring-test/src/test/java/org/springframework/mock/web/MockServletContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/annotation/ProfileValueUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.BeforeClass' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.BeforeClass' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-test/src/test/java/org/springframework/test/context/ClassLevelDirtiesContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.AfterClass' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.AfterClass' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-test/src/test/java/org/springframework/test/context/ContextCacheTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.context.SpringRunnerContextCacheTests.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.context.SpringRunnerContextCacheTests.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/ContextHierarchyDirtiesContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-test/src/test/java/org/springframework/test/context/MergedContextConfigurationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/SpringRunnerContextCacheTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/context/TestContextManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.style.ToStringCreator' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.style.ToStringCreator' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-test/src/test/java/org/springframework/test/context/TestExecutionListenersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Arrays.*' 34
 Warning imports ImportOrder Extra separation in import group before 'java.util.Arrays.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.Arrays.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.context.TestExecutionListeners.MergeMode.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.context.TestExecutionListeners.MergeMode.*. 36

spring-framework/spring-test/src/test/java/org/springframework/test/context/configuration/ContextConfigurationWithPropertiesExtendingPropertiesAndInheritedLoaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-test/src/test/java/org/springframework/test/context/configuration/ContextConfigurationWithPropertiesExtendingPropertiesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/env/ApplicationPropertyOverridePropertiesFileTestPropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/env/DefaultPropertiesFileDetectionTestPropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/env/ExplicitPropertiesFileTestPropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/env/ExtendedDefaultPropertiesFileDetectionTestPropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.TestPropertySource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.TestPropertySource' 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/env/InlinedPropertiesTestPropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.context.support.TestPropertySourceUtils.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.context.support.TestPropertySourceUtils.*. 32

spring-framework/spring-test/src/test/java/org/springframework/test/context/env/MergedPropertiesFilesOverriddenByInlinedPropertiesTestPropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.TestPropertySource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.TestPropertySource' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/env/MergedPropertiesFilesTestPropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.TestPropertySource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.TestPropertySource' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/env/SystemPropertyOverridePropertiesFileTestPropertySourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-test/src/test/java/org/springframework/test/context/expression/ExpressionUsageTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/groovy/DefaultScriptDetectionGroovySpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/groovy/DefaultScriptDetectionXmlSupersedesGroovySpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-test/src/test/java/org/springframework/test/context/groovy/GroovyControlGroupTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-test/src/test/java/org/springframework/test/context/groovy/GroovySpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/context/groovy/MixedXmlAndGroovySpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/meta/MetaContextHierarchyConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 24

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/meta/MetaHierarchyLevelOneTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/meta/MetaHierarchyLevelTwoTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/ClassHierarchyWithMergedConfigLevelOneTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/ClassHierarchyWithMergedConfigLevelTwoTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/ClassHierarchyWithOverriddenConfigLevelTwoTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/DirtiesContextWithContextHierarchyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/SingleTestClassWithSingleLevelContextHierarchyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/SingleTestClassWithTwoLevelContextHierarchyAndMixedConfigTypesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/SingleTestClassWithTwoLevelContextHierarchyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelOneWithBareContextConfigurationInSubclassTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelOneWithBareContextConfigurationInSuperclassTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelOneWithSingleLevelContextHierarchyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelTwoWithBareContextConfigurationInSubclassTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelTwoWithBareContextConfigurationInSuperclassTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelTwoWithSingleLevelContextHierarchyAndMixedConfigTypesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelTwoWithSingleLevelContextHierarchyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/web/ControllerIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/web/DispatcherWacRootWacEarTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/web/EarTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/hierarchies/web/RootWacEarTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/CustomScriptSyntaxSqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/DataSourceOnlySqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.FixMethodOrder' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.FixMethodOrder' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 37

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/DefaultScriptDetectionSqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/EmptyDatabaseConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/GlobalCustomScriptSyntaxSqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/InferredDataSourceSqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 39

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/InferredDataSourceTransactionalSqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 40

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/MergedSqlConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.jdbc.datasource.init.ScriptUtils.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.jdbc.datasource.init.ScriptUtils.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.context.jdbc.SqlConfig.ErrorMode.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.context.jdbc.SqlConfig.ErrorMode.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.context.jdbc.SqlConfig.TransactionMode.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.context.jdbc.SqlConfig.TransactionMode.*. 26

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/MetaAnnotationSqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/MultipleDataSourcesAndTransactionManagersSqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/MultipleDataSourcesAndTransactionManagersTransactionalSqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/NonTransactionalSqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.FixMethodOrder' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.FixMethodOrder' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/PopulatedSchemaDatabaseConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/PopulatedSchemaTransactionalSqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/RepeatableSqlAnnotationSqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.FixMethodOrder' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.FixMethodOrder' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/RequiresNewTransactionSqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/SqlScriptsTestExecutionListenerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.AutowireCapableBeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.AutowireCapableBeanFactory' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/TransactionalAfterTestMethodSqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.BadSqlGrammarException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.BadSqlGrammarException' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.context.jdbc.Sql.ExecutionPhase.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.context.jdbc.Sql.ExecutionPhase.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/context/jdbc/TransactionalSqlScriptsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.FixMethodOrder' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.FixMethodOrder' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/AbsolutePathSpringJUnit4ClassRunnerAppCtxTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/BeforeAndAfterTransactionAnnotationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.AfterClass' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.AfterClass' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 37

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/ClassLevelDisabledSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.IfProfileValue' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.IfProfileValue' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/ClassLevelTransactionalSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.AfterClass' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.AfterClass' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 38

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/ClassPathResourceSpringJUnit4ClassRunnerAppCtxTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/ConcreteTransactionalJUnit4SpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 41

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/CustomDefaultContextLoaderClassSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/DefaultRollbackFalseTransactionalSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.AfterClass' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.AfterClass' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/DefaultRollbackTrueTransactionalSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.AfterClass' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.AfterClass' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/EnabledAndIgnoredSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.IfProfileValue' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.IfProfileValue' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/ExpectedExceptionSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.TestExecutionListeners' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.TestExecutionListeners' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/FailingBeforeAndAfterMethodsJUnitTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/FailingBeforeAndAfterMethodsTestNGTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 31
 Warning imports ImportOrder Wrong order for 'org.springframework.test.context.ContextConfiguration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/HardCodedProfileValueSourceSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.ProfileValueSource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.ProfileValueSource' 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/InheritedConfigSpringJUnit4ClassRunnerAppCtxTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/MethodLevelTransactionalSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.AfterClass' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.AfterClass' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 37

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/MultipleResourcesSpringJUnit4ClassRunnerAppCtxTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/ParameterizedDependencyInjectionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.AfterClass' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.AfterClass' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/PropertiesBasedSpringJUnit4ClassRunnerAppCtxTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/RelativePathSpringJUnit4ClassRunnerAppCtxTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/RepeatedSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.Repeat' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.Repeat' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/RollbackOverrideDefaultRollbackFalseTransactionalSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.AfterClass' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.AfterClass' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 31

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/RollbackOverrideDefaultRollbackTrueTransactionalSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.AfterClass' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.AfterClass' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 32

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/SpringJUnit47ClassRunnerRuleTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.TestExecutionListeners' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.TestExecutionListeners' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/SpringJUnit4ClassRunnerAppCtxTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/SpringJUnit4ClassRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.Timed' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.Timed' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/SpringJUnit4TestSuite.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ClassLevelDirtiesContextTests' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ClassLevelDirtiesContextTests' 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/StandardJUnit4FeaturesSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.TestExecutionListeners' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.TestExecutionListeners' 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/StandardJUnit4FeaturesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assume.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assume.*. 27

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/TimedSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.Timed' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.Timed' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/TimedTransactionalSpringRunnerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.Repeat' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.Repeat' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.transaction.TransactionTestUtils.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.transaction.TransactionTestUtils.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/TrackingRunListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.runner.Description' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.runner.Description' 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/aci/AciTestSuite.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/aci/annotation/InitializerWithoutConfigFilesOrClassesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/aci/annotation/MergedInitializersAnnotationConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/aci/annotation/MultipleInitializersAnnotationConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/aci/annotation/OrderedInitializersAnnotationConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/aci/annotation/OverriddenInitializersAnnotationConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/aci/annotation/PropertySourcesInitializerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/aci/annotation/SingleInitializerAnnotationConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/aci/xml/MultipleInitializersXmlConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/BeanOverridingDefaultConfigClassesInheritedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/BeanOverridingExplicitConfigClassesInheritedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/DefaultConfigClassesBaseTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/DefaultConfigClassesInheritedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/DefaultLoaderBeanOverridingDefaultConfigClassesInheritedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/DefaultLoaderBeanOverridingExplicitConfigClassesInheritedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/DefaultLoaderDefaultConfigClassesBaseTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/DefaultLoaderDefaultConfigClassesInheritedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/DefaultLoaderExplicitConfigClassesBaseTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/DefaultLoaderExplicitConfigClassesInheritedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/ExplicitConfigClassesBaseTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/ExplicitConfigClassesInheritedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/meta/ConfigClassesAndProfileResolverWithCustomDefaultsMetaConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 24

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/meta/ConfigClassesAndProfileResolverWithCustomDefaultsMetaConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/meta/ConfigClassesAndProfileResolverWithCustomDefaultsMetaConfigWithOverridesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/meta/ConfigClassesAndProfilesMetaConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ActiveProfiles' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ActiveProfiles' 24

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/meta/ConfigClassesAndProfilesMetaConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/meta/ConfigClassesAndProfilesWithCustomDefaultsMetaConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 24

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/meta/ConfigClassesAndProfilesWithCustomDefaultsMetaConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/meta/ConfigClassesAndProfilesWithCustomDefaultsMetaConfigWithOverridesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/meta/MetaMetaConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ActiveProfiles' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ActiveProfiles' 24

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/annotation/meta/MetaMetaConfigDefaultsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/hybrid/HybridContextLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.support.AnnotationConfigContextLoaderUtils.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.support.AnnotationConfigContextLoaderUtils.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.context.support.AnnotationConfigContextLoaderUtils.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.context.support.AnnotationConfigContextLoaderUtils.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/hybrid/HybridContextLoaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/orm/HibernateSessionFlushingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 32

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/orm/repository/hibernate/HibernatePersonRepository.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/profile/annotation/DefaultProfileAnnotationConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/profile/annotation/DevProfileAnnotationConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ActiveProfiles' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ActiveProfiles' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/profile/importresource/DefaultProfileAnnotationConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/profile/importresource/DevProfileAnnotationConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ActiveProfiles' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ActiveProfiles' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/profile/resolver/ClassNameActiveProfilesResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/profile/xml/DefaultProfileXmlConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/profile/xml/DevProfileXmlConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ActiveProfiles' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ActiveProfiles' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr3896/BeanOverridingDefaultLocationsInheritedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr3896/BeanOverridingExplicitLocationsInheritedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr3896/DefaultLocationsBaseTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr3896/DefaultLocationsInheritedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr3896/ExplicitLocationsBaseTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr3896/ExplicitLocationsInheritedTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr4868/Jsr250LifecycleTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr4868/LifecycleBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr6128/AutowiredQualifierTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.core.IsEqual.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.core.IsEqual.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.core.IsEqual.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsEqual.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr8849/TestClass1.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr8849/TestClass2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr9051/AbstractTransactionalAnnotatedConfigClassTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 38

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr9051/AnnotatedConfigClassesWithoutAtConfigurationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr9051/AtBeanLiteModeScopeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr9051/TransactionalAnnotatedConfigClassWithAtConfigurationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr9051/TransactionalAnnotatedConfigClassesWithoutAtConfigurationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr9604/LookUpTxMgrViaTransactionManagementConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpNonexistentTxMgrTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndDefaultNameTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndNameTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndQualifierAtClassLevelTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndQualifierAtMethodLevelTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr9799/Spr9799AnnotationConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Configuration' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Configuration' 22

spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/spr9799/Spr9799XmlConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 22

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/AbstractContextConfigurationUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.Mockito' 26
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.Mockito' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/ActiveProfilesUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ActiveProfiles' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ActiveProfiles' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.context.support.ActiveProfilesUtils.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.context.support.ActiveProfilesUtils.*. 36

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/AnnotationConfigContextLoaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.MergedContextConfiguration' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.MergedContextConfiguration' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/AnnotationConfigContextLoaderUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.context.support.AnnotationConfigContextLoaderUtils.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.context.support.AnnotationConfigContextLoaderUtils.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/BootstrapTestUtilsContextInitializerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 24

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/BootstrapTestUtilsMergedConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/ContextLoaderUtilsConfigurationAttributesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.context.support.ContextLoaderUtils.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.context.support.ContextLoaderUtils.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/ContextLoaderUtilsContextHierarchyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextInitializer' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.context.support.ContextLoaderUtils.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.context.support.ContextLoaderUtils.*. 36

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/CustomizedGenericXmlContextLoaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.GenericApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.GenericApplicationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/DelegatingSmartContextLoaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/DirtiesContextTestExecutionListenerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.annotation.DirtiesContext.ClassMode.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.annotation.DirtiesContext.ClassMode.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.annotation.DirtiesContext.HierarchyMode.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.annotation.DirtiesContext.HierarchyMode.*. 32

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/GenericPropertiesContextLoaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.MergedContextConfiguration' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.MergedContextConfiguration' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/GenericXmlContextLoaderResourceLocationsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/GenericXmlContextLoaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.MergedContextConfiguration' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.MergedContextConfiguration' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25

spring-framework/spring-test/src/test/java/org/springframework/test/context/support/TestPropertySourceUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.context.support.TestPropertySourceUtils.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.context.support.TestPropertySourceUtils.*. 35

spring-framework/spring-test/src/test/java/org/springframework/test/context/testng/AnnotationConfigTransactionalTestNGSpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.testng.annotations.AfterClass' 21
 Warning imports ImportOrder Extra separation in import group before 'org.testng.annotations.AfterClass' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 27
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.annotation.Autowired' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.transaction.TransactionTestUtils.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.transaction.TransactionTestUtils.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.testng.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.testng.Assert.*. 42

spring-framework/spring-test/src/test/java/org/springframework/test/context/testng/ConcreteTransactionalTestNGSpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.testng.annotations.AfterClass' 21
 Warning imports ImportOrder Extra separation in import group before 'org.testng.annotations.AfterClass' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 27
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.BeanNameAware' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.transaction.TransactionTestUtils.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.transaction.TransactionTestUtils.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.testng.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.testng.Assert.*. 39

spring-framework/spring-test/src/test/java/org/springframework/test/context/testng/DirtiesContextTransactionalTestNGSpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.context.ApplicationContext' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.transaction.TransactionTestUtils.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.transaction.TransactionTestUtils.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.testng.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.testng.Assert.*. 27

spring-framework/spring-test/src/test/java/org/springframework/test/context/testng/TimedTransactionalTestNGSpringContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.test.context.ContextConfiguration' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.transaction.TransactionTestUtils.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.transaction.TransactionTestUtils.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/testng/transaction/ejb/AbstractEjbTxDaoTestNGTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.testng.annotations.AfterMethod' 23
 Warning imports ImportOrder Extra separation in import group before 'org.testng.annotations.AfterMethod' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 26
 Warning imports ImportOrder Wrong order for 'org.springframework.test.annotation.DirtiesContext' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.testng.AssertJUnit.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.testng.AssertJUnit.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.testng.AssertJUnit.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.testng.AssertJUnit.*. 31

spring-framework/spring-test/src/test/java/org/springframework/test/context/testng/transaction/ejb/CommitForRequiredEjbTxDaoTestNGTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.test.context.ContextConfiguration' import. 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/testng/transaction/ejb/CommitForRequiresNewEjbTxDaoTestNGTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.test.context.ContextConfiguration' import. 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/testng/transaction/ejb/RollbackForRequiredEjbTxDaoTestNGTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.transaction.TransactionConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.transaction.TransactionConfiguration' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.test.context.transaction.TransactionConfiguration' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.testng.AssertJUnit.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.testng.AssertJUnit.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.testng.AssertJUnit.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.testng.AssertJUnit.*. 24

spring-framework/spring-test/src/test/java/org/springframework/test/context/testng/transaction/ejb/RollbackForRequiresNewEjbTxDaoTestNGTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.transaction.TransactionConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.transaction.TransactionConfiguration' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.test.context.transaction.TransactionConfiguration' import. 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/testng/transaction/programmatic/ProgrammaticTxMgmtTestNGTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.sql.DataSource' 23
 Warning imports ImportOrder Extra separation in import group before 'javax.sql.DataSource' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 44

spring-framework/spring-test/src/test/java/org/springframework/test/context/testng/web/ServletTestExecutionListenerTestNGIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.annotation.Autowired' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-test/src/test/java/org/springframework/test/context/testng/web/TestNGSpringContextWebTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.testng.annotations.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.testng.annotations.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.annotation.Autowired' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-test/src/test/java/org/springframework/test/context/transaction/TransactionalTestExecutionListenerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.Rollback' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.Rollback' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.transaction.annotation.Propagation.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.transaction.annotation.Propagation.*. 36

spring-framework/spring-test/src/test/java/org/springframework/test/context/transaction/ejb/AbstractEjbTxDaoTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.annotation.DirtiesContext' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/context/transaction/ejb/RollbackForRequiredEjbTxDaoTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.transaction.TransactionConfiguration' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.transaction.TransactionConfiguration' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-test/src/test/java/org/springframework/test/context/transaction/ejb/dao/AbstractEjbTxTestEntityDao.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.transaction.ejb.model.TestEntity' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.transaction.ejb.model.TestEntity' 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/transaction/programmatic/ProgrammaticTxMgmtTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.sql.DataSource' 23
 Warning imports ImportOrder Extra separation in import group before 'javax.sql.DataSource' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.transaction.TransactionTestUtils.*. 43

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/AbstractBasicWacTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/AnnotationConfigWebContextLoaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/BasicAnnotationConfigWacTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/BasicGroovyWacTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/BasicXmlWacTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextConfiguration' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/GenericXmlWebContextLoaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/JUnit4SpringContextWebTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/MetaAnnotationConfigWacTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/RequestAndSessionScopedBeansWacTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/ServletContextAwareBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.ServletContextAware' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.ServletContextAware' 21

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/ServletContextAwareBeanWacTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.junit4.TrackingRunListener' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.junit4.TrackingRunListener' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/ServletTestExecutionListenerJUnitIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/ServletTestExecutionListenerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.context.web.ServletTestExecutionListener.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.context.web.ServletTestExecutionListener.*. 35

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/WebContextLoaderTestSuite.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.context.ContextLoader' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.context.ContextLoader' 23

spring-framework/spring-test/src/test/java/org/springframework/test/context/web/WebTestConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 22

spring-framework/spring-test/src/test/java/org/springframework/test/jdbc/JdbcTestUtilsIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-test/src/test/java/org/springframework/test/jdbc/JdbcTestUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jdbc.core.JdbcTemplate' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/util/JsonPathExpectationsHelperTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-test/src/test/java/org/springframework/test/util/MetaAnnotationUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.Order' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.Order' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MetaAnnotationUtils.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MetaAnnotationUtils.*. 35

spring-framework/spring-test/src/test/java/org/springframework/test/util/OverriddenMetaAnnotationAttributesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAttributes' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAttributes' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MetaAnnotationUtils.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MetaAnnotationUtils.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/util/ReflectionTestUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.util.subpackage.Component' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.util.subpackage.Component' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.ReflectionTestUtils.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.ReflectionTestUtils.*. 27

spring-framework/spring-test/src/test/java/org/springframework/test/util/subpackage/Component.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22

spring-framework/spring-test/src/test/java/org/springframework/test/web/Person.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 22

spring-framework/spring-test/src/test/java/org/springframework/test/web/client/MockClientHttpRequestFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/web/client/match/ContentRequestMatchersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 24

spring-framework/spring-test/src/test/java/org/springframework/test/web/client/match/JsonPathRequestMatchersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 20
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.http.client.MockClientHttpRequest' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.http.client.MockClientHttpRequest' 24

spring-framework/spring-test/src/test/java/org/springframework/test/web/client/match/RequestMatchersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 27

spring-framework/spring-test/src/test/java/org/springframework/test/web/client/match/XpathRequestMatchersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 20
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.http.client.MockClientHttpRequest' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.http.client.MockClientHttpRequest' 24

spring-framework/spring-test/src/test/java/org/springframework/test/web/client/response/ResponseCreatorsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 20
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-test/src/test/java/org/springframework/test/web/client/samples/MockMvcClientHttpRequestFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 42

spring-framework/spring-test/src/test/java/org/springframework/test/web/client/samples/SampleAsyncTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.response.MockRestResponseCreators.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.response.MockRestResponseCreators.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/web/client/samples/SampleTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.response.MockRestResponseCreators.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.response.MockRestResponseCreators.*. 31

spring-framework/spring-test/src/test/java/org/springframework/test/web/client/samples/matchers/ContentRequestMatcherTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.converter.HttpMessageConverter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.converter.HttpMessageConverter' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.response.MockRestResponseCreators.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.response.MockRestResponseCreators.*. 35

spring-framework/spring-test/src/test/java/org/springframework/test/web/client/samples/matchers/HeaderRequestMatcherTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.response.MockRestResponseCreators.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.response.MockRestResponseCreators.*. 35

spring-framework/spring-test/src/test/java/org/springframework/test/web/client/samples/matchers/JsonPathRequestMatcherTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.converter.HttpMessageConverter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.converter.HttpMessageConverter' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.response.MockRestResponseCreators.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.response.MockRestResponseCreators.*. 36

spring-framework/spring-test/src/test/java/org/springframework/test/web/client/samples/matchers/XmlContentRequestMatcherTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.converter.HttpMessageConverter' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.converter.HttpMessageConverter' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.response.MockRestResponseCreators.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.response.MockRestResponseCreators.*. 39

spring-framework/spring-test/src/test/java/org/springframework/test/web/client/samples/matchers/XpathRequestMatcherTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.converter.HttpMessageConverter' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.converter.HttpMessageConverter' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.match.MockRestRequestMatchers.*. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.client.response.MockRestResponseCreators.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.client.response.MockRestResponseCreators.*. 41

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/DefaultMvcResultTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletRequest' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/request/MockHttpServletRequestBuilderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/request/MockMultipartHttpServletRequestBuilderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/result/ContentResultMatchersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletResponse' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletResponse' 22

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/result/FlashAttributeResultMatchersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.StubMvcResult' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.StubMvcResult' 21

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/result/JsonPathResultMatchersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletResponse' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletResponse' 22

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/result/MockMvcResultMatchersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletResponse' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletResponse' 20

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/result/ModelResultMatchersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.MvcResult' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/result/PrintingResultHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/result/StatusResultMatchersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Conventions' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Conventions' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/result/XpathResultMatchersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletResponse' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.MockHttpServletResponse' 21

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/context/JavaConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 46
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultHandlers.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultHandlers.*. 48
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 49

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/context/WebAppResourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 35

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/context/XmlConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultHandlers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultHandlers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 37

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/spr/EncodedUriTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.core.Is.*' 50
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.core.Is.*' 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.core.Is.*. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.Is.*. 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 51
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 52
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 53

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/spr/HttpOptionsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 43

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/spr/MockMvcBuilderMethodChainTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 32

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/spr/RequestContextHolderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 43

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/AsyncTests.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 18
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 18
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultHandlers.print. 19
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.request. 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 22
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Collection' 24
 Warning imports ImportOrder Extra separation in import group before 'java.util.Collection' 24
 Warning imports ImportOrder Wrong order for 'java.util.Collection' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 31

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/ExceptionHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/FileUploadControllerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.MockMultipartFile' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.MockMultipartFile' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/FilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 40

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/FrameworkExtensionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.Mockito.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.Mockito.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 39

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/RedirectTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 36

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/RequestParameterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/ResponseBodyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 30

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/ViewResolutionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 45

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resulthandlers/PrintingResultHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultHandlers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultHandlers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/ContentAssertionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/CookieAssertionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 31

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/FlashAttributeAssertionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 33

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/HandlerAssertionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 31

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/HeaderAssertionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 35

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/JsonPathAssertionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 36

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/ModelAssertionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 35

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/RequestAttributeAssertionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.request. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 31

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/SessionAttributeAssertionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.request. 33
 Warning imports ImportOrder Wrong order for 'org.springframework.test.web.servlet.result.MockMvcResultMatchers.*' import. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 35

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/StatusAssertionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 32

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/UrlAssertionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 28

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/ViewNameAssertionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 29

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/XmlContentAssertionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 40

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/XpathAssertionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.web.servlet.setup.MockMvcBuilders.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.RequestMethod.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.web.bind.annotation.RequestMethod.*. 43

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/setup/ConditionalDelegatingFilterProxyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.MockFilterChain' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.MockFilterChain' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.test.util.MatcherAssertionErrors.*. 32

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/setup/DefaultMockMvcBuilderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.MockServletContext' 17
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.MockServletContext' 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 20
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 20
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 20

spring-framework/spring-test/src/test/java/org/springframework/test/web/servlet/setup/StandaloneMockMvcBuilderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-tx/src/main/java/org/springframework/dao/annotation/PersistenceExceptionTranslationAdvisor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.aop.Advice' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 23

spring-framework/spring-tx/src/main/java/org/springframework/dao/annotation/PersistenceExceptionTranslationPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor' 21

spring-framework/spring-tx/src/main/java/org/springframework/dao/support/ChainedPersistenceExceptionTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-tx/src/main/java/org/springframework/dao/support/DaoSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanInitializationException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanInitializationException' 22

spring-framework/spring-tx/src/main/java/org/springframework/dao/support/DataAccessUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 21

spring-framework/spring-tx/src/main/java/org/springframework/dao/support/PersistenceExceptionTranslationInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 24

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/CannotCreateRecordException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 21

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/CannotGetCciConnectionException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessResourceFailureException' 21

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/CciOperationNotSupportedException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/InvalidResultSetAccessException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/RecordTypeNotSupportedException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessResourceUsageException' 21

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/connection/CciLocalTransactionManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 25

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/connection/ConnectionFactoryUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jca.cci.CannotGetCciConnectionException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jca.cci.CannotGetCciConnectionException' 27

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/connection/ConnectionHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.ResourceHolderSupport' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.ResourceHolderSupport' 21

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/connection/ConnectionSpecConnectionFactoryAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NamedThreadLocal' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NamedThreadLocal' 23

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/connection/DelegatingConnectionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 28

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/connection/SingleConnectionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 32

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/core/CciOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 22

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/core/CciTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 33
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 36

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/core/ConnectionCallback.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 24

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/core/InteractionCallback.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 24

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/core/RecordCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/core/RecordExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/core/support/CciDaoSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.support.DaoSupport' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.support.DaoSupport' 23

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/core/support/CommAreaRecord.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.FileCopyUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.FileCopyUtils' 25

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/object/EisOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 22

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/object/MappingCommAreaOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 25

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/object/MappingRecordOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 26

spring-framework/spring-tx/src/main/java/org/springframework/jca/cci/object/SimpleRecordOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 23

spring-framework/spring-tx/src/main/java/org/springframework/jca/context/BootstrapContextAware.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.Aware' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.Aware' 21

spring-framework/spring-tx/src/main/java/org/springframework/jca/context/BootstrapContextAwareProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-tx/src/main/java/org/springframework/jca/context/ResourceAdapterApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-tx/src/main/java/org/springframework/jca/context/SpringContextResourceAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionRegistry' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionRegistry' 31

spring-framework/spring-tx/src/main/java/org/springframework/jca/endpoint/AbstractMessageEndpointFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 32

spring-framework/spring-tx/src/main/java/org/springframework/jca/endpoint/GenericMessageEndpointFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 27

spring-framework/spring-tx/src/main/java/org/springframework/jca/endpoint/GenericMessageEndpointManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 24

spring-framework/spring-tx/src/main/java/org/springframework/jca/support/LocalConnectionFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 23

spring-framework/spring-tx/src/main/java/org/springframework/jca/support/ResourceAdapterFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 25

spring-framework/spring-tx/src/main/java/org/springframework/jca/work/DelegatingWork.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-tx/src/main/java/org/springframework/jca/work/SimpleTaskWorkManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncTaskExecutor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncTaskExecutor' 29

spring-framework/spring-tx/src/main/java/org/springframework/jca/work/WorkManagerTaskExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 31

spring-framework/spring-tx/src/main/java/org/springframework/jca/work/glassfish/GlassFishWorkManagerTaskExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jca.work.WorkManagerTaskExecutor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jca.work.WorkManagerTaskExecutor' 22

spring-framework/spring-tx/src/main/java/org/springframework/jca/work/jboss/JBossWorkManagerTaskExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jca.work.WorkManagerTaskExecutor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jca.work.WorkManagerTaskExecutor' 21

spring-framework/spring-tx/src/main/java/org/springframework/jca/work/jboss/JBossWorkManagerUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-tx/src/main/java/org/springframework/transaction/annotation/AbstractTransactionManagementConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21

spring-framework/spring-tx/src/main/java/org/springframework/transaction/annotation/AnnotationTransactionAttributeSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource' 26

spring-framework/spring-tx/src/main/java/org/springframework/transaction/annotation/Ejb3TransactionAnnotationParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.interceptor.DefaultTransactionAttribute' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.interceptor.DefaultTransactionAttribute' 24

spring-framework/spring-tx/src/main/java/org/springframework/transaction/annotation/EnableTransactionManagement.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AdviceMode' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AdviceMode' 25

spring-framework/spring-tx/src/main/java/org/springframework/transaction/annotation/JtaTransactionAnnotationParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotatedElementUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotatedElementUtils' 23

spring-framework/spring-tx/src/main/java/org/springframework/transaction/annotation/SpringTransactionAnnotationParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotatedElementUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotatedElementUtils' 23

spring-framework/spring-tx/src/main/java/org/springframework/transaction/annotation/TransactionAnnotationParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.interceptor.TransactionAttribute' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.interceptor.TransactionAttribute' 21

spring-framework/spring-tx/src/main/java/org/springframework/transaction/annotation/Transactional.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 26

spring-framework/spring-tx/src/main/java/org/springframework/transaction/config/AnnotationDrivenBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.config.AopNamespaceUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.config.AopNamespaceUtils' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.aop.config.AopNamespaceUtils' import. 21

spring-framework/spring-tx/src/main/java/org/springframework/transaction/config/JtaTransactionManagerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.support.AbstractBeanDefinition' import. 21

spring-framework/spring-tx/src/main/java/org/springframework/transaction/config/TxAdviceBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.TypedStringValue' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.TypedStringValue' 24
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.TypedStringValue' import. 24

spring-framework/spring-tx/src/main/java/org/springframework/transaction/config/TxNamespaceHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.NamespaceHandlerSupport' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.NamespaceHandlerSupport' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.xml.NamespaceHandlerSupport' import. 21

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/AbstractFallbackTransactionAttributeSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 27

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/CompositeTransactionAttributeSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/DelegatingTransactionAttribute.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.DelegatingTransactionDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.DelegatingTransactionDefinition' 21

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/MatchAlwaysTransactionAttributeSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 22

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/MethodMapTransactionAttributeSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 28

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/NameMatchTransactionAttributeSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 29

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/RollbackRuleAttribute.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/RuleBasedTransactionAttribute.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAspectSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 26

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSourceAdvisor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.ClassFilter' 21

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSourceEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.PropertiesEditor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.PropertiesEditor' 23

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSourcePointcut.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.StaticMethodMatcherPointcut' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.StaticMethodMatcherPointcut' 22

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 25
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 28

spring-framework/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionProxyFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Pointcut' 21

spring-framework/spring-tx/src/main/java/org/springframework/transaction/jta/JtaAfterCompletionSynchronization.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronization' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronization' 23

spring-framework/spring-tx/src/main/java/org/springframework/transaction/jta/JtaTransactionManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 37

spring-framework/spring-tx/src/main/java/org/springframework/transaction/jta/JtaTransactionObject.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionSystemException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionSystemException' 23

spring-framework/spring-tx/src/main/java/org/springframework/transaction/jta/ManagedTransactionAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28

spring-framework/spring-tx/src/main/java/org/springframework/transaction/jta/SimpleTransactionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-tx/src/main/java/org/springframework/transaction/jta/SpringJtaSynchronizationAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronization' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.TransactionSynchronization' 27

spring-framework/spring-tx/src/main/java/org/springframework/transaction/jta/UserTransactionAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27

spring-framework/spring-tx/src/main/java/org/springframework/transaction/jta/WebLogicJtaTransactionManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 29

spring-framework/spring-tx/src/main/java/org/springframework/transaction/jta/WebSphereUowTransactionManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.ibm.websphere.uow.UOWSynchronizationRegistry' 22
 Warning imports ImportOrder Extra separation in import group before 'com.ibm.websphere.uow.UOWSynchronizationRegistry' 22
 Warning imports ImportOrder Wrong order for 'com.ibm.websphere.uow.UOWSynchronizationRegistry' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.IllegalTransactionStateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.IllegalTransactionStateException' 29

spring-framework/spring-tx/src/main/java/org/springframework/transaction/support/AbstractPlatformTransactionManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Constants' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Constants' 27

spring-framework/spring-tx/src/main/java/org/springframework/transaction/support/DefaultTransactionDefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Constants' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Constants' 21

spring-framework/spring-tx/src/main/java/org/springframework/transaction/support/DelegatingTransactionDefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 21

spring-framework/spring-tx/src/main/java/org/springframework/transaction/support/ResourceHolderSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionTimedOutException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionTimedOutException' 21

spring-framework/spring-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronizationManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NamedThreadLocal' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NamedThreadLocal' 30

spring-framework/spring-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronizationUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedObject' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.scope.ScopedObject' 24

spring-framework/spring-tx/src/main/java/org/springframework/transaction/support/TransactionTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 24

spring-framework/spring-tx/src/test/java/org/springframework/dao/annotation/PersistenceExceptionTranslationAdvisorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 25
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 27

spring-framework/spring-tx/src/test/java/org/springframework/dao/annotation/PersistenceExceptionTranslationPostProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 26

spring-framework/spring-tx/src/test/java/org/springframework/dao/support/ChainedPersistenceExceptionTranslatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.InvalidDataAccessApiUsageException' 21

spring-framework/spring-tx/src/test/java/org/springframework/dao/support/DataAccessUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 26
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataAccessException' 28

spring-framework/spring-tx/src/test/java/org/springframework/jca/cci/CciLocalTransactionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.DataRetrievalFailureException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.DataRetrievalFailureException' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 39

spring-framework/spring-tx/src/test/java/org/springframework/jca/cci/CciTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 44

spring-framework/spring-tx/src/test/java/org/springframework/jca/cci/EisOperationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.jca.cci.core.RecordCreator' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.jca.cci.core.RecordCreator' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34

spring-framework/spring-tx/src/test/java/org/springframework/jca/support/LocalConnectionFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 25

spring-framework/spring-tx/src/test/java/org/springframework/transaction/JndiJtaTransactionManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.mock.jndi.ExpectedLookupTemplate' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.mock.jndi.ExpectedLookupTemplate' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 32

spring-framework/spring-tx/src/test/java/org/springframework/transaction/JtaTransactionManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.OptimisticLockingFailureException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.OptimisticLockingFailureException' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 41

spring-framework/spring-tx/src/test/java/org/springframework/transaction/TransactionSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.support.DefaultTransactionDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.support.DefaultTransactionDefinition' 21

spring-framework/spring-tx/src/test/java/org/springframework/transaction/TxNamespaceHandlerEventTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.parsing.BeanComponentDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.parsing.BeanComponentDefinition' 21

spring-framework/spring-tx/src/test/java/org/springframework/transaction/TxNamespaceHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 23

spring-framework/spring-tx/src/test/java/org/springframework/transaction/annotation/AnnotationTransactionAttributeSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.Advised' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-tx/src/test/java/org/springframework/transaction/annotation/AnnotationTransactionInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 21

spring-framework/spring-tx/src/test/java/org/springframework/transaction/annotation/AnnotationTransactionNamespaceHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 25
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 27

spring-framework/spring-tx/src/test/java/org/springframework/transaction/annotation/EnableTransactionManagementTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-tx/src/test/java/org/springframework/transaction/config/AnnotationDrivenTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 25

spring-framework/spring-tx/src/test/java/org/springframework/transaction/config/TransactionalService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.annotation.Transactional' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.annotation.Transactional' 21

spring-framework/spring-tx/src/test/java/org/springframework/transaction/interceptor/AbstractTransactionAspectTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.OptimisticLockingFailureException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.OptimisticLockingFailureException' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 37

spring-framework/spring-tx/src/test/java/org/springframework/transaction/interceptor/BeanFactoryTransactionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 43
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 43

spring-framework/spring-tx/src/test/java/org/springframework/transaction/interceptor/RollbackRuleTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-tx/src/test/java/org/springframework/transaction/interceptor/RuleBasedTransactionAttributeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-tx/src/test/java/org/springframework/transaction/interceptor/TransactionAttributeEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-tx/src/test/java/org/springframework/transaction/interceptor/TransactionAttributeSourceAdvisorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.SerializationTestUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.SerializationTestUtils' 23

spring-framework/spring-tx/src/test/java/org/springframework/transaction/interceptor/TransactionAttributeSourceEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 23

spring-framework/spring-tx/src/test/java/org/springframework/transaction/interceptor/TransactionAttributeSourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.transaction.TransactionDefinition' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-tx/src/test/java/org/springframework/transaction/interceptor/TransactionInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.times. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 39

spring-framework/spring-tx/src/test/java/org/springframework/transaction/jta/MockUOWManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.ibm.wsspi.uow.UOWAction' 25
 Warning imports ImportOrder Extra separation in import group before 'com.ibm.wsspi.uow.UOWAction' 25
 Warning imports ImportOrder Wrong order for 'com.ibm.wsspi.uow.UOWAction' import. 25

spring-framework/spring-tx/src/test/java/org/springframework/transaction/jta/WebSphereUowTransactionManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.ibm.wsspi.uow.UOWAction' 23
 Warning imports ImportOrder Extra separation in import group before 'com.ibm.wsspi.uow.UOWAction' 23
 Warning imports ImportOrder Wrong order for 'com.ibm.wsspi.uow.UOWAction' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.dao.OptimisticLockingFailureException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.dao.OptimisticLockingFailureException' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 39

spring-framework/spring-tx/src/test/java/org/springframework/transaction/support/JtaTransactionManagerSerializationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.mock.jndi.SimpleNamingContextBuilder' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.mock.jndi.SimpleNamingContextBuilder' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 28

spring-framework/spring-web/src/main/java/org/springframework/http/HttpHeaders.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 38

spring-framework/spring-web/src/main/java/org/springframework/http/MediaType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 29

spring-framework/spring-web/src/main/java/org/springframework/http/MediaTypeEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21

spring-framework/spring-web/src/main/java/org/springframework/http/RequestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-web/src/main/java/org/springframework/http/ResponseEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.MultiValueMap' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.MultiValueMap' 24

spring-framework/spring-web/src/main/java/org/springframework/http/client/AbstractAsyncClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 22

spring-framework/spring-web/src/main/java/org/springframework/http/client/AbstractBufferingAsyncClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 23

spring-framework/spring-web/src/main/java/org/springframework/http/client/AbstractBufferingClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 23

spring-framework/spring-web/src/main/java/org/springframework/http/client/AbstractClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 22

spring-framework/spring-web/src/main/java/org/springframework/http/client/AbstractClientHttpRequestFactoryWrapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 22

spring-framework/spring-web/src/main/java/org/springframework/http/client/AbstractClientHttpResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 21

spring-framework/spring-web/src/main/java/org/springframework/http/client/AsyncClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpOutputMessage' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpOutputMessage' 21

spring-framework/spring-web/src/main/java/org/springframework/http/client/AsyncClientHttpRequestFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 22

spring-framework/spring-web/src/main/java/org/springframework/http/client/BufferingClientHttpRequestFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 22

spring-framework/spring-web/src/main/java/org/springframework/http/client/BufferingClientHttpRequestWrapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 22

spring-framework/spring-web/src/main/java/org/springframework/http/client/BufferingClientHttpResponseWrapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 23

spring-framework/spring-web/src/main/java/org/springframework/http/client/ClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 21

spring-framework/spring-web/src/main/java/org/springframework/http/client/ClientHttpRequestExecution.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpRequest' 21

spring-framework/spring-web/src/main/java/org/springframework/http/client/ClientHttpRequestFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 22

spring-framework/spring-web/src/main/java/org/springframework/http/client/ClientHttpRequestInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpRequest' 21

spring-framework/spring-web/src/main/java/org/springframework/http/client/ClientHttpResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 22

spring-framework/spring-web/src/main/java/org/springframework/http/client/HttpComponentsAsyncClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.http.HttpEntity' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.http.HttpEntity' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 32

spring-framework/spring-web/src/main/java/org/springframework/http/client/HttpComponentsAsyncClientHttpRequestFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.http.client.HttpClient' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.http.client.HttpClient' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 33

spring-framework/spring-web/src/main/java/org/springframework/http/client/HttpComponentsAsyncClientHttpResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.http.Header' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.http.Header' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26

spring-framework/spring-web/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.http.HttpEntity' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.http.HttpEntity' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 33

spring-framework/spring-web/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequestFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.http.client.HttpClient' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.http.client.HttpClient' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 39

spring-framework/spring-web/src/main/java/org/springframework/http/client/HttpComponentsClientHttpResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.http.Header' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.http.Header' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27

spring-framework/spring-web/src/main/java/org/springframework/http/client/HttpComponentsStreamingClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.http.Header' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.http.Header' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 33

spring-framework/spring-web/src/main/java/org/springframework/http/client/InterceptingClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 24

spring-framework/spring-web/src/main/java/org/springframework/http/client/InterceptingClientHttpRequestFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 23

spring-framework/spring-web/src/main/java/org/springframework/http/client/Netty4ClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'io.netty.bootstrap.Bootstrap' 26
 Warning imports ImportOrder Extra separation in import group before 'io.netty.bootstrap.Bootstrap' 26
 Warning imports ImportOrder Wrong order for 'io.netty.bootstrap.Bootstrap' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 39

spring-framework/spring-web/src/main/java/org/springframework/http/client/Netty4ClientHttpRequestFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'io.netty.bootstrap.Bootstrap' 22
 Warning imports ImportOrder Extra separation in import group before 'io.netty.bootstrap.Bootstrap' 22
 Warning imports ImportOrder Wrong order for 'io.netty.bootstrap.Bootstrap' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 33

spring-framework/spring-web/src/main/java/org/springframework/http/client/Netty4ClientHttpResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'io.netty.buffer.ByteBufInputStream' 23
 Warning imports ImportOrder Extra separation in import group before 'io.netty.buffer.ByteBufInputStream' 23
 Warning imports ImportOrder Wrong order for 'io.netty.buffer.ByteBufInputStream' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27

spring-framework/spring-web/src/main/java/org/springframework/http/client/SimpleBufferingAsyncClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 25

spring-framework/spring-web/src/main/java/org/springframework/http/client/SimpleBufferingClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports UnusedImports Unused import - org.springframework.util.ObjectUtils. 29

spring-framework/spring-web/src/main/java/org/springframework/http/client/SimpleClientHttpRequestFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 26

spring-framework/spring-web/src/main/java/org/springframework/http/client/SimpleClientHttpResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 23

spring-framework/spring-web/src/main/java/org/springframework/http/client/SimpleStreamingAsyncClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 26

spring-framework/spring-web/src/main/java/org/springframework/http/client/SimpleStreamingClientHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 25

spring-framework/spring-web/src/main/java/org/springframework/http/client/support/AsyncHttpAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25

spring-framework/spring-web/src/main/java/org/springframework/http/client/support/HttpAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25

spring-framework/spring-web/src/main/java/org/springframework/http/client/support/HttpRequestWrapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 21

spring-framework/spring-web/src/main/java/org/springframework/http/client/support/InterceptingHttpAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpRequestFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpRequestFactory' 22

spring-framework/spring-web/src/main/java/org/springframework/http/client/support/ProxyFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 23

spring-framework/spring-web/src/main/java/org/springframework/http/converter/AbstractHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 29

spring-framework/spring-web/src/main/java/org/springframework/http/converter/BufferedImageHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 41

spring-framework/spring-web/src/main/java/org/springframework/http/converter/ByteArrayHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 22

spring-framework/spring-web/src/main/java/org/springframework/http/converter/FormHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 33

spring-framework/spring-web/src/main/java/org/springframework/http/converter/GenericHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 22

spring-framework/spring-web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 22

spring-framework/spring-web/src/main/java/org/springframework/http/converter/ObjectToStringHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 22

spring-framework/spring-web/src/main/java/org/springframework/http/converter/ResourceHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ByteArrayResource' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ByteArrayResource' 24

spring-framework/spring-web/src/main/java/org/springframework/http/converter/StringHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 25

spring-framework/spring-web/src/main/java/org/springframework/http/converter/feed/AbstractWireFeedHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.rometools.rome.feed.WireFeed' 26
 Warning imports ImportOrder Extra separation in import group before 'com.rometools.rome.feed.WireFeed' 26
 Warning imports ImportOrder Wrong order for 'com.rometools.rome.feed.WireFeed' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 31

spring-framework/spring-web/src/main/java/org/springframework/http/converter/feed/AtomFeedHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21

spring-framework/spring-web/src/main/java/org/springframework/http/converter/feed/RssChannelHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21

spring-framework/spring-web/src/main/java/org/springframework/http/converter/json/AbstractJackson2HttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.core.JsonEncoding' 24
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.core.JsonEncoding' 24
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.core.JsonEncoding' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 32

spring-framework/spring-web/src/main/java/org/springframework/http/converter/json/GsonBuilderUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.google.gson.GsonBuilder' 21
 Warning imports ImportOrder Extra separation in import group before 'com.google.gson.GsonBuilder' 21
 Warning imports ImportOrder Wrong order for 'com.google.gson.GsonBuilder' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Base64Utils' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Base64Utils' 29

spring-framework/spring-web/src/main/java/org/springframework/http/converter/json/GsonFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.google.gson.Gson' 21
 Warning imports ImportOrder Extra separation in import group before 'com.google.gson.Gson' 21
 Warning imports ImportOrder Wrong order for 'com.google.gson.Gson' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 24

spring-framework/spring-web/src/main/java/org/springframework/http/converter/json/GsonHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.google.gson.Gson' 26
 Warning imports ImportOrder Extra separation in import group before 'com.google.gson.Gson' 26
 Warning imports ImportOrder Wrong order for 'com.google.gson.Gson' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 31

spring-framework/spring-web/src/main/java/org/springframework/http/converter/json/Jackson2ObjectMapperBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonInclude' 30
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonInclude' 30
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.annotation.JsonInclude' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 47
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 47

spring-framework/spring-web/src/main/java/org/springframework/http/converter/json/Jackson2ObjectMapperFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonInclude' 26
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonInclude' 26
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.annotation.JsonInclude' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 40

spring-framework/spring-web/src/main/java/org/springframework/http/converter/json/MappingJackson2HttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.core.JsonGenerator' 21
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.core.JsonGenerator' 21
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.core.JsonGenerator' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24

spring-framework/spring-web/src/main/java/org/springframework/http/converter/json/SpringHandlerInstantiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.AutowireCapableBeanFactory' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.AutowireCapableBeanFactory' 30

spring-framework/spring-web/src/main/java/org/springframework/http/converter/protobuf/ProtobufHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.google.protobuf.ExtensionRegistry' 26
 Warning imports ImportOrder Extra separation in import group before 'com.google.protobuf.ExtensionRegistry' 26
 Warning imports ImportOrder Wrong order for 'com.google.protobuf.ExtensionRegistry' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 33

spring-framework/spring-web/src/main/java/org/springframework/http/converter/support/AllEncompassingFormHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.converter.FormHttpMessageConverter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.converter.FormHttpMessageConverter' 21

spring-framework/spring-web/src/main/java/org/springframework/http/converter/xml/AbstractJaxb2HttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.converter.HttpMessageConversionException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.converter.HttpMessageConversionException' 26

spring-framework/spring-web/src/main/java/org/springframework/http/converter/xml/AbstractXmlHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27

spring-framework/spring-web/src/main/java/org/springframework/http/converter/xml/Jaxb2CollectionHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 41

spring-framework/spring-web/src/main/java/org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.EntityResolver' 35
 Warning imports ImportOrder Extra separation in import group before 'org.xml.sax.EntityResolver' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 41
 Warning imports ImportOrder Wrong order for 'org.springframework.core.annotation.AnnotationUtils' import. 41

spring-framework/spring-web/src/main/java/org/springframework/http/converter/xml/MappingJackson2XmlHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 22

spring-framework/spring-web/src/main/java/org/springframework/http/converter/xml/MarshallingHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.TypeMismatchException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.TypeMismatchException' 23

spring-framework/spring-web/src/main/java/org/springframework/http/converter/xml/SourceHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Document' 43
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Document' 43
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 50
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 50
 Warning imports ImportOrder Wrong order for 'org.springframework.http.HttpInputMessage' import. 50

spring-framework/spring-web/src/main/java/org/springframework/http/converter/xml/XmlAwareFormHttpMessageConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.converter.FormHttpMessageConverter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.converter.FormHttpMessageConverter' 21

spring-framework/spring-web/src/main/java/org/springframework/http/server/ServerHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 22

spring-framework/spring-web/src/main/java/org/springframework/http/server/ServerHttpResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpOutputMessage' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpOutputMessage' 23

spring-framework/spring-web/src/main/java/org/springframework/http/server/ServletServerHttpAsyncRequestControl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27

spring-framework/spring-web/src/main/java/org/springframework/http/server/ServletServerHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 38

spring-framework/spring-web/src/main/java/org/springframework/http/server/ServletServerHttpResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27

spring-framework/spring-web/src/main/java/org/springframework/remoting/caucho/BurlapClientInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.caucho.burlap.client.BurlapProxyFactory' 24
 Warning imports ImportOrder Extra separation in import group before 'com.caucho.burlap.client.BurlapProxyFactory' 24
 Warning imports ImportOrder Wrong order for 'com.caucho.burlap.client.BurlapProxyFactory' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.remoting.RemoteAccessException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.remoting.RemoteAccessException' 29

spring-framework/spring-web/src/main/java/org/springframework/remoting/caucho/BurlapExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.caucho.burlap.io.BurlapInput' 23
 Warning imports ImportOrder Extra separation in import group before 'com.caucho.burlap.io.BurlapInput' 23
 Warning imports ImportOrder Wrong order for 'com.caucho.burlap.io.BurlapInput' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 27

spring-framework/spring-web/src/main/java/org/springframework/remoting/caucho/BurlapServiceExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.HttpRequestHandler' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.HttpRequestHandler' 24

spring-framework/spring-web/src/main/java/org/springframework/remoting/caucho/HessianClientInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.caucho.hessian.HessianException' 24
 Warning imports ImportOrder Extra separation in import group before 'com.caucho.hessian.HessianException' 24
 Warning imports ImportOrder Wrong order for 'com.caucho.hessian.HessianException' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.remoting.RemoteAccessException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.remoting.RemoteAccessException' 33

spring-framework/spring-web/src/main/java/org/springframework/remoting/caucho/HessianExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.caucho.hessian.io.AbstractHessianInput' 25
 Warning imports ImportOrder Extra separation in import group before 'com.caucho.hessian.io.AbstractHessianInput' 25
 Warning imports ImportOrder Wrong order for 'com.caucho.hessian.io.AbstractHessianInput' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 38

spring-framework/spring-web/src/main/java/org/springframework/remoting/caucho/HessianServiceExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.HttpRequestHandler' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.HttpRequestHandler' 24

spring-framework/spring-web/src/main/java/org/springframework/remoting/caucho/SimpleBurlapServiceExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.sun.net.httpserver.HttpExchange' 22
 Warning imports ImportOrder Extra separation in import group before 'com.sun.net.httpserver.HttpExchange' 22
 Warning imports ImportOrder Wrong order for 'com.sun.net.httpserver.HttpExchange' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.lang.UsesSunHttpServer' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.lang.UsesSunHttpServer' 25

spring-framework/spring-web/src/main/java/org/springframework/remoting/caucho/SimpleHessianServiceExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.sun.net.httpserver.HttpExchange' 22
 Warning imports ImportOrder Extra separation in import group before 'com.sun.net.httpserver.HttpExchange' 22
 Warning imports ImportOrder Wrong order for 'com.sun.net.httpserver.HttpExchange' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.lang.UsesSunHttpServer' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.lang.UsesSunHttpServer' 25

spring-framework/spring-web/src/main/java/org/springframework/remoting/httpinvoker/AbstractHttpInvokerRequestExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 30

spring-framework/spring-web/src/main/java/org/springframework/remoting/httpinvoker/HttpComponentsHttpInvokerRequestExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.http.Header' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.http.Header' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 41

spring-framework/spring-web/src/main/java/org/springframework/remoting/httpinvoker/HttpInvokerClientInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 26

spring-framework/spring-web/src/main/java/org/springframework/remoting/httpinvoker/HttpInvokerRequestExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.remoting.support.RemoteInvocation' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.remoting.support.RemoteInvocation' 21

spring-framework/spring-web/src/main/java/org/springframework/remoting/httpinvoker/HttpInvokerServiceExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.remoting.rmi.RemoteInvocationSerializingExporter' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.remoting.rmi.RemoteInvocationSerializingExporter' 28

spring-framework/spring-web/src/main/java/org/springframework/remoting/httpinvoker/SimpleHttpInvokerRequestExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 28

spring-framework/spring-web/src/main/java/org/springframework/remoting/httpinvoker/SimpleHttpInvokerServiceExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.sun.net.httpserver.HttpExchange' 25
 Warning imports ImportOrder Extra separation in import group before 'com.sun.net.httpserver.HttpExchange' 25
 Warning imports ImportOrder Wrong order for 'com.sun.net.httpserver.HttpExchange' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.lang.UsesSunHttpServer' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.lang.UsesSunHttpServer' 28

spring-framework/spring-web/src/main/java/org/springframework/remoting/jaxws/AbstractJaxWsServiceExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 29

spring-framework/spring-web/src/main/java/org/springframework/remoting/jaxws/JaxWsPortClientInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 34
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 37

spring-framework/spring-web/src/main/java/org/springframework/remoting/jaxws/JaxWsPortProxyFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 21

spring-framework/spring-web/src/main/java/org/springframework/remoting/jaxws/JaxWsSoapFaultException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.remoting.soap.SoapFaultException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.remoting.soap.SoapFaultException' 23

spring-framework/spring-web/src/main/java/org/springframework/remoting/jaxws/LocalJaxWsServiceFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 27

spring-framework/spring-web/src/main/java/org/springframework/remoting/jaxws/LocalJaxWsServiceFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21

spring-framework/spring-web/src/main/java/org/springframework/remoting/jaxws/SimpleHttpServerJaxWsServiceExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.sun.net.httpserver.Authenticator' 25
 Warning imports ImportOrder Extra separation in import group before 'com.sun.net.httpserver.Authenticator' 25
 Warning imports ImportOrder Wrong order for 'com.sun.net.httpserver.Authenticator' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.lang.UsesSunHttpServer' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.lang.UsesSunHttpServer' 32

spring-framework/spring-web/src/main/java/org/springframework/web/HttpMediaTypeException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 23

spring-framework/spring-web/src/main/java/org/springframework/web/HttpMediaTypeNotAcceptableException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21

spring-framework/spring-web/src/main/java/org/springframework/web/HttpMediaTypeNotSupportedException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21

spring-framework/spring-web/src/main/java/org/springframework/web/HttpRequestMethodNotSupportedException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25

spring-framework/spring-web/src/main/java/org/springframework/web/SpringServletContainerInitializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAwareOrderComparator' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationAwareOrderComparator' 29

spring-framework/spring-web/src/main/java/org/springframework/web/accept/AbstractMappingContentNegotiationStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 23

spring-framework/spring-web/src/main/java/org/springframework/web/accept/ContentNegotiationManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 27

spring-framework/spring-web/src/main/java/org/springframework/web/accept/ContentNegotiationManagerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 28

spring-framework/spring-web/src/main/java/org/springframework/web/accept/ContentNegotiationStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21

spring-framework/spring-web/src/main/java/org/springframework/web/accept/FixedContentNegotiationStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 25

spring-framework/spring-web/src/main/java/org/springframework/web/accept/HeaderContentNegotiationStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.InvalidMediaTypeException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.InvalidMediaTypeException' 22

spring-framework/spring-web/src/main/java/org/springframework/web/accept/MappingMediaTypeFileExtensionResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 29

spring-framework/spring-web/src/main/java/org/springframework/web/accept/MediaTypeFileExtensionResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21

spring-framework/spring-web/src/main/java/org/springframework/web/accept/ParameterContentNegotiationStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24

spring-framework/spring-web/src/main/java/org/springframework/web/accept/PathExtensionContentNegotiationStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 30

spring-framework/spring-web/src/main/java/org/springframework/web/accept/ServletPathExtensionContentNegotiationStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21

spring-framework/spring-web/src/main/java/org/springframework/web/bind/EscapedErrors.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.validation.Errors' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.validation.Errors' 22

spring-framework/spring-web/src/main/java/org/springframework/web/bind/ServletRequestDataBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 21

spring-framework/spring-web/src/main/java/org/springframework/web/bind/ServletRequestParameterPropertyValues.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 21

spring-framework/spring-web/src/main/java/org/springframework/web/bind/UnsatisfiedServletRequestParameterException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 22

spring-framework/spring-web/src/main/java/org/springframework/web/bind/WebDataBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 23

spring-framework/spring-web/src/main/java/org/springframework/web/bind/annotation/ControllerAdvice.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Component' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Component' 26

spring-framework/spring-web/src/main/java/org/springframework/web/bind/annotation/ModelAttribute.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.ui.Model' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.ui.Model' 25

spring-framework/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestBody.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.converter.HttpMessageConverter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.converter.HttpMessageConverter' 25

spring-framework/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestPart.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 26

spring-framework/spring-web/src/main/java/org/springframework/web/bind/annotation/ResponseStatus.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 25

spring-framework/spring-web/src/main/java/org/springframework/web/bind/annotation/RestController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 25

spring-framework/spring-web/src/main/java/org/springframework/web/bind/annotation/support/HandlerMethodInvocationException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NestedRuntimeException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NestedRuntimeException' 21

spring-framework/spring-web/src/main/java/org/springframework/web/bind/annotation/support/HandlerMethodInvoker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 35
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 38

spring-framework/spring-web/src/main/java/org/springframework/web/bind/annotation/support/HandlerMethodResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 28

spring-framework/spring-web/src/main/java/org/springframework/web/bind/support/WebRequestDataBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 24

spring-framework/spring-web/src/main/java/org/springframework/web/client/AsyncRequestCallback.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.client.AsyncClientHttpRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.client.AsyncClientHttpRequest' 21

spring-framework/spring-web/src/main/java/org/springframework/web/client/AsyncRestOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 24

spring-framework/spring-web/src/main/java/org/springframework/web/client/AsyncRestTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 30

spring-framework/spring-web/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 23

spring-framework/spring-web/src/main/java/org/springframework/web/client/HttpClientErrorException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 21

spring-framework/spring-web/src/main/java/org/springframework/web/client/HttpMessageConverterExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 26
 Warning imports UnusedImports Unused import - org.springframework.http.HttpStatus. 26

spring-framework/spring-web/src/main/java/org/springframework/web/client/HttpServerErrorException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 21

spring-framework/spring-web/src/main/java/org/springframework/web/client/HttpStatusCodeException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 22

spring-framework/spring-web/src/main/java/org/springframework/web/client/MessageBodyClientHttpResponseWrapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 23

spring-framework/spring-web/src/main/java/org/springframework/web/client/RequestCallback.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpRequest' 21

spring-framework/spring-web/src/main/java/org/springframework/web/client/ResponseErrorHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpResponse' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpResponse' 21

spring-framework/spring-web/src/main/java/org/springframework/web/client/ResponseExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpResponse' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpResponse' 21

spring-framework/spring-web/src/main/java/org/springframework/web/client/RestOperations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 23

spring-framework/spring-web/src/main/java/org/springframework/web/client/RestTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 28

spring-framework/spring-web/src/main/java/org/springframework/web/client/UnknownHttpStatusCodeException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 22

spring-framework/spring-web/src/main/java/org/springframework/web/client/support/RestGatewaySupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpRequestFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.client.ClientHttpRequestFactory' 22

spring-framework/spring-web/src/main/java/org/springframework/web/context/AbstractContextLoaderInitializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.WebApplicationInitializer' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.WebApplicationInitializer' 25

spring-framework/spring-web/src/main/java/org/springframework/web/context/ConfigurableWebApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 22

spring-framework/spring-web/src/main/java/org/springframework/web/context/ConfigurableWebEnvironment.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.ConfigurableEnvironment' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.ConfigurableEnvironment' 22

spring-framework/spring-web/src/main/java/org/springframework/web/context/ContextCleanupListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 27

spring-framework/spring-web/src/main/java/org/springframework/web/context/ContextLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 30

spring-framework/spring-web/src/main/java/org/springframework/web/context/ServletConfigAware.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.Aware' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.Aware' 21

spring-framework/spring-web/src/main/java/org/springframework/web/context/ServletContextAware.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.Aware' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.Aware' 21

spring-framework/spring-web/src/main/java/org/springframework/web/context/WebApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 21

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/AbstractRequestAttributes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/FacesRequestAttributes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/FacesWebRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/Log4jNestedDiagnosticContextInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.ui.ModelMap' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.ui.ModelMap' 22

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/RequestContextHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NamedInheritableThreadLocal' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NamedInheritableThreadLocal' 21

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/RequestContextListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContextHolder' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContextHolder' 23

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/ServletRequestAttributes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/ServletWebRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 28

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/async/CallableInterceptorChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.request.NativeWebRequest' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.request.NativeWebRequest' 24

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/async/CallableProcessingInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncTaskExecutor' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncTaskExecutor' 20

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/async/CallableProcessingInterceptorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.request.NativeWebRequest' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.request.NativeWebRequest' 20

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/async/DeferredResult.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/async/DeferredResultInterceptorChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 20
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.request.NativeWebRequest' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.request.NativeWebRequest' 23

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/async/NoSupportAsyncWebRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.request.ServletWebRequest' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.request.ServletWebRequest' 22

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 29

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/async/TimeoutCallableProcessingInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 21

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/async/TimeoutDeferredResultProcessingInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 20

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/async/WebAsyncManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncTaskExecutor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncTaskExecutor' 29

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/async/WebAsyncTask.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 21

spring-framework/spring-web/src/main/java/org/springframework/web/context/request/async/WebAsyncUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 23

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/AbstractRefreshableWebApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableListableBeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableListableBeanFactory' 22

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/AnnotationConfigWebApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanNameGenerator' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanNameGenerator' 23

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/ContextExposingHttpServletRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/GenericWebApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableListableBeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableListableBeanFactory' 22

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/GroovyWebApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'groovy.lang.GroovyObject' 21
 Warning imports ImportOrder Extra separation in import group before 'groovy.lang.GroovyObject' 21
 Warning imports ImportOrder Wrong order for 'groovy.lang.GroovyObject' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 25

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/HttpRequestHandlerServlet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContextHolder' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContextHolder' 25

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/LiveBeansViewServlet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.LiveBeansView' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.LiveBeansView' 25

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/ServletConfigPropertySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.EnumerablePropertySource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.EnumerablePropertySource' 21

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/ServletContextAttributeExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.ServletContextAware' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.ServletContextAware' 25

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/ServletContextAttributeFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/ServletContextAwareProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/ServletContextLiveBeansView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 24

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/ServletContextParameterFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/ServletContextPropertyPlaceholderConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer' 22

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/ServletContextPropertySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.EnumerablePropertySource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.EnumerablePropertySource' 21

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/ServletContextResource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.AbstractFileResolvingResource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.AbstractFileResolvingResource' 27

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/ServletContextResourceLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 21

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/ServletContextResourcePatternResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 30

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/ServletContextScope.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 23

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/SpringBeanAutowiringSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor' 24

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/StandardServletEnvironment.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.Environment' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.Environment' 22

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/StaticWebApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableListableBeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableListableBeanFactory' 22

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/WebApplicationContextUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 32

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/WebApplicationObjectSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 22

spring-framework/spring-web/src/main/java/org/springframework/web/context/support/XmlWebApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-web/src/main/java/org/springframework/web/filter/AbstractRequestLoggingFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27

spring-framework/spring-web/src/main/java/org/springframework/web/filter/DelegatingFilterProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 26

spring-framework/spring-web/src/main/java/org/springframework/web/filter/GenericFilterBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 30

spring-framework/spring-web/src/main/java/org/springframework/web/filter/HiddenHttpMethodFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27

spring-framework/spring-web/src/main/java/org/springframework/web/filter/HttpPutFormContentFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 37

spring-framework/spring-web/src/main/java/org/springframework/web/filter/Log4jNestedDiagnosticContextFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.log4j.Logger' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.log4j.Logger' 21

spring-framework/spring-web/src/main/java/org/springframework/web/filter/OncePerRequestFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.request.async.WebAsyncManager' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.request.async.WebAsyncManager' 27

spring-framework/spring-web/src/main/java/org/springframework/web/filter/RequestContextFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContextHolder' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContextHolder' 25

spring-framework/spring-web/src/main/java/org/springframework/web/filter/ShallowEtagHeaderFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25

spring-framework/spring-web/src/main/java/org/springframework/web/jsf/DelegatingNavigationHandlerProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 22

spring-framework/spring-web/src/main/java/org/springframework/web/jsf/DelegatingPhaseListenerMulticaster.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 25

spring-framework/spring-web/src/main/java/org/springframework/web/jsf/FacesContextUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-web/src/main/java/org/springframework/web/jsf/el/SpringBeanFacesELResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 22

spring-framework/spring-web/src/main/java/org/springframework/web/jsf/el/WebApplicationContextFacesELResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 29

spring-framework/spring-web/src/main/java/org/springframework/web/method/ControllerAdviceBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 26

spring-framework/spring-web/src/main/java/org/springframework/web/method/HandlerMethod.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 25

spring-framework/spring-web/src/main/java/org/springframework/web/method/HandlerMethodSelector.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.BridgeMethodResolver' 25

spring-framework/spring-web/src/main/java/org/springframework/web/method/annotation/AbstractNamedValueMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanExpressionContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanExpressionContext' 23

spring-framework/spring-web/src/main/java/org/springframework/web/method/annotation/AbstractWebArgumentResolverAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22

spring-framework/spring-web/src/main/java/org/springframework/web/method/annotation/ErrorsMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-web/src/main/java/org/springframework/web/method/annotation/ExceptionHandlerMethodResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ExceptionDepthComparator' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ExceptionDepthComparator' 27

spring-framework/spring-web/src/main/java/org/springframework/web/method/annotation/ExpressionValueMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Value' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Value' 21

spring-framework/spring-web/src/main/java/org/springframework/web/method/annotation/InitBinderDataBinderFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.bind.WebDataBinder' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.bind.WebDataBinder' 24

spring-framework/spring-web/src/main/java/org/springframework/web/method/annotation/MapMethodProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-web/src/main/java/org/springframework/web/method/annotation/ModelAttributeMethodProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 25

spring-framework/spring-web/src/main/java/org/springframework/web/method/annotation/ModelFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 30

spring-framework/spring-web/src/main/java/org/springframework/web/method/annotation/RequestHeaderMapMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 23

spring-framework/spring-web/src/main/java/org/springframework/web/method/annotation/RequestHeaderMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableBeanFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableBeanFactory' 21

spring-framework/spring-web/src/main/java/org/springframework/web/method/annotation/RequestParamMapMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22

spring-framework/spring-web/src/main/java/org/springframework/web/method/annotation/RequestParamMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 28

spring-framework/spring-web/src/main/java/org/springframework/web/method/annotation/SessionAttributesHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 27

spring-framework/spring-web/src/main/java/org/springframework/web/method/support/CompositeUriComponentsContributor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25

spring-framework/spring-web/src/main/java/org/springframework/web/method/support/HandlerMethodArgumentResolverComposite.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 28

spring-framework/spring-web/src/main/java/org/springframework/web/method/support/HandlerMethodReturnValueHandlerComposite.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26

spring-framework/spring-web/src/main/java/org/springframework/web/method/support/InvocableHandlerMethod.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.DefaultParameterNameDiscoverer' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.DefaultParameterNameDiscoverer' 23

spring-framework/spring-web/src/main/java/org/springframework/web/method/support/ModelAndViewContainer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.ui.Model' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.ui.Model' 21

spring-framework/spring-web/src/main/java/org/springframework/web/method/support/UriComponentsContributor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-web/src/main/java/org/springframework/web/multipart/MultipartHttpServletRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 21

spring-framework/spring-web/src/main/java/org/springframework/web/multipart/MultipartRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.MultiValueMap' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.MultiValueMap' 23

spring-framework/spring-web/src/main/java/org/springframework/web/multipart/commons/CommonsFileUploadSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.fileupload.FileItem' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.fileupload.FileItem' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 33

spring-framework/spring-web/src/main/java/org/springframework/web/multipart/commons/CommonsMultipartFile.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.fileupload.FileItem' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.fileupload.FileItem' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.multipart.MultipartFile' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.multipart.MultipartFile' 31

spring-framework/spring-web/src/main/java/org/springframework/web/multipart/commons/CommonsMultipartResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.fileupload.FileItem' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.fileupload.FileItem' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30

spring-framework/spring-web/src/main/java/org/springframework/web/multipart/support/AbstractMultipartHttpServletRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27

spring-framework/spring-web/src/main/java/org/springframework/web/multipart/support/ByteArrayMultipartFileEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.ByteArrayPropertyEditor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.ByteArrayPropertyEditor' 21

spring-framework/spring-web/src/main/java/org/springframework/web/multipart/support/DefaultMultipartHttpServletRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27

spring-framework/spring-web/src/main/java/org/springframework/web/multipart/support/MissingServletRequestPartException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.multipart.MultipartResolver' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.multipart.MultipartResolver' 21

spring-framework/spring-web/src/main/java/org/springframework/web/multipart/support/MultipartFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 25

spring-framework/spring-web/src/main/java/org/springframework/web/multipart/support/RequestPartServletServerHttpRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 24

spring-framework/spring-web/src/main/java/org/springframework/web/multipart/support/StandardMultipartHttpServletRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 34

spring-framework/spring-web/src/main/java/org/springframework/web/multipart/support/StandardServletMultipartResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.LogFactory' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.multipart.MultipartException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.multipart.MultipartException' 24

spring-framework/spring-web/src/main/java/org/springframework/web/multipart/support/StringMultipartFileEditor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.multipart.MultipartFile' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.multipart.MultipartFile' 22

spring-framework/spring-web/src/main/java/org/springframework/web/util/ContentCachingResponseWrapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ResizableByteArrayOutputStream' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ResizableByteArrayOutputStream' 27

spring-framework/spring-web/src/main/java/org/springframework/web/util/CookieGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25

spring-framework/spring-web/src/main/java/org/springframework/web/util/HierarchicalUriComponents.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 31

spring-framework/spring-web/src/main/java/org/springframework/web/util/HtmlCharacterEntityReferences.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-web/src/main/java/org/springframework/web/util/IntrospectorCleanupListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.CachedIntrospectionResults' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.CachedIntrospectionResults' 23

spring-framework/spring-web/src/main/java/org/springframework/web/util/Log4jWebConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Log4jConfigurer' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Log4jConfigurer' 22

spring-framework/spring-web/src/main/java/org/springframework/web/util/NestedServletException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NestedExceptionUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NestedExceptionUtils' 21

spring-framework/spring-web/src/main/java/org/springframework/web/util/OpaqueUriComponents.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.LinkedMultiValueMap' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.LinkedMultiValueMap' 25

spring-framework/spring-web/src/main/java/org/springframework/web/util/ServletContextPropertyUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.PropertyPlaceholderHelper' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.PropertyPlaceholderHelper' 20

spring-framework/spring-web/src/main/java/org/springframework/web/util/TagUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-web/src/main/java/org/springframework/web/util/UriComponents.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 29

spring-framework/spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpRequest' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpRequest' 27

spring-framework/spring-web/src/main/java/org/springframework/web/util/UriTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 29

spring-framework/spring-web/src/main/java/org/springframework/web/util/UriUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.LinkedMultiValueMap' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.LinkedMultiValueMap' 30

spring-framework/spring-web/src/main/java/org/springframework/web/util/WebUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 36
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpRequest' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpRequest' 39

spring-framework/spring-web/src/test/java/org/springframework/http/HttpEntityTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.LinkedMultiValueMap' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.LinkedMultiValueMap' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-web/src/test/java/org/springframework/http/HttpHeadersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-web/src/test/java/org/springframework/http/HttpStatusTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-web/src/test/java/org/springframework/http/MediaTypeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-web/src/test/java/org/springframework/http/MockHttpInputMessage.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-web/src/test/java/org/springframework/http/MockHttpOutputMessage.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.Mockito.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.Mockito.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 24

spring-framework/spring-web/src/test/java/org/springframework/http/RequestEntityTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.util.UriTemplate' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.util.UriTemplate' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-web/src/test/java/org/springframework/http/ResponseEntityTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-web/src/test/java/org/springframework/http/client/AbstractAsyncHttpRequestFactoryTestCase.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 21
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 23
 Warning imports ImportOrder Extra separation in import group before 'java.io.IOException' 23
 Warning imports ImportOrder Wrong order for 'java.io.IOException' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 29

spring-framework/spring-web/src/test/java/org/springframework/http/client/AbstractHttpRequestFactoryTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 27
 Warning imports ImportOrder Wrong order for 'org.junit.Before' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 31

spring-framework/spring-web/src/test/java/org/springframework/http/client/AbstractJettyServerTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.eclipse.jetty.server.Server' 30
 Warning imports ImportOrder Extra separation in import group before 'org.eclipse.jetty.server.Server' 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports ImportOrder Wrong order for 'org.junit.BeforeClass' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.SocketUtils' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.SocketUtils' 37

spring-framework/spring-web/src/test/java/org/springframework/http/client/BufferedSimpleAsyncHttpRequestFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 23

spring-framework/spring-web/src/test/java/org/springframework/http/client/BufferedSimpleHttpRequestFactoryTests.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 19
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.ByteArrayOutputStream' 21
 Warning imports ImportOrder Extra separation in import group before 'java.io.ByteArrayOutputStream' 21
 Warning imports ImportOrder Wrong order for 'java.io.ByteArrayOutputStream' import. 21
 Warning imports UnusedImports Unused import - java.io.ByteArrayOutputStream. 21
 Warning imports UnusedImports Unused import - java.io.OutputStream. 23
 Warning imports UnusedImports Unused import - java.net.URI. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29

spring-framework/spring-web/src/test/java/org/springframework/http/client/BufferingClientHttpRequestFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-web/src/test/java/org/springframework/http/client/HttpComponentsAsyncClientHttpRequestFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 21

spring-framework/spring-web/src/test/java/org/springframework/http/client/HttpComponentsClientHttpRequestFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.http.HttpEntityEnclosingRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.http.HttpEntityEnclosingRequest' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-web/src/test/java/org/springframework/http/client/InterceptingClientHttpRequestFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-web/src/test/java/org/springframework/http/client/Netty4AsyncClientHttpRequestFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25

spring-framework/spring-web/src/test/java/org/springframework/http/client/Netty4ClientHttpRequestFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25

spring-framework/spring-web/src/test/java/org/springframework/http/client/StreamingHttpComponentsClientHttpRequestFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 21

spring-framework/spring-web/src/test/java/org/springframework/http/client/StreamingSimpleHttpRequestFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-web/src/test/java/org/springframework/http/client/support/ProxyFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-web/src/test/java/org/springframework/http/converter/BufferedImageHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-web/src/test/java/org/springframework/http/converter/ByteArrayHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-web/src/test/java/org/springframework/http/converter/FormHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.fileupload.FileItem' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.fileupload.FileItem' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 48

spring-framework/spring-web/src/test/java/org/springframework/http/converter/HttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpInputMessage' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-web/src/test/java/org/springframework/http/converter/ObjectToStringHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-web/src/test/java/org/springframework/http/converter/ResourceHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ByteArrayResource' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ByteArrayResource' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-web/src/test/java/org/springframework/http/converter/StringHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-web/src/test/java/org/springframework/http/converter/feed/AtomFeedHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.rometools.rome.feed.atom.Entry' 25
 Warning imports ImportOrder Extra separation in import group before 'com.rometools.rome.feed.atom.Entry' 25
 Warning imports ImportOrder Wrong order for 'com.rometools.rome.feed.atom.Entry' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 32
 Warning imports ImportOrder Wrong order for 'org.springframework.http.MediaType' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38

spring-framework/spring-web/src/test/java/org/springframework/http/converter/feed/RssChannelHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.rometools.rome.feed.rss.Channel' 25
 Warning imports ImportOrder Extra separation in import group before 'com.rometools.rome.feed.rss.Channel' 25
 Warning imports ImportOrder Wrong order for 'com.rometools.rome.feed.rss.Channel' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 32
 Warning imports ImportOrder Wrong order for 'org.springframework.http.MediaType' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38

spring-framework/spring-web/src/test/java/org/springframework/http/converter/json/GsonFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.google.gson.Gson' 22
 Warning imports ImportOrder Extra separation in import group before 'com.google.gson.Gson' 22
 Warning imports ImportOrder Wrong order for 'com.google.gson.Gson' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-web/src/test/java/org/springframework/http/converter/json/GsonHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.google.gson.reflect.TypeToken' 27
 Warning imports ImportOrder Extra separation in import group before 'com.google.gson.reflect.TypeToken' 27
 Warning imports ImportOrder Wrong order for 'com.google.gson.reflect.TypeToken' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-web/src/test/java/org/springframework/http/converter/json/Jackson2ObjectMapperBuilderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonInclude' 30
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonInclude' 30
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.annotation.JsonInclude' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 63
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 63
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 65
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 65
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 65
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 65
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 66
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 66

spring-framework/spring-web/src/test/java/org/springframework/http/converter/json/Jackson2ObjectMapperFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonInclude' 31
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonInclude' 31
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.annotation.JsonInclude' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 63
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 63
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 65
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 65
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 65
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 65
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 66
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 66

spring-framework/spring-web/src/test/java/org/springframework/http/converter/json/MappingJackson2HttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 27
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 27
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.annotation.JsonView' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-web/src/test/java/org/springframework/http/converter/json/SpringHandlerInstantiatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonTypeInfo' 24
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonTypeInfo' 24
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.annotation.JsonTypeInfo' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 53
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 53
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 58
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 58
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 58

spring-framework/spring-web/src/test/java/org/springframework/http/converter/protobuf/ProtobufHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.google.protobuf.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'com.google.protobuf.Message' 21
 Warning imports ImportOrder Wrong order for 'com.google.protobuf.Message' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Matchers.anyObject. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 33

spring-framework/spring-web/src/test/java/org/springframework/http/converter/xml/Jaxb2CollectionHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-web/src/test/java/org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.AdvisedSupport' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.AdvisedSupport' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 44

spring-framework/spring-web/src/test/java/org/springframework/http/converter/xml/MappingJackson2XmlHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 24
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 24
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.annotation.JsonView' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpOutputMessage' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpOutputMessage' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-web/src/test/java/org/springframework/http/converter/xml/MarshallingHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.TypeMismatchException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.TypeMismatchException' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 36

spring-framework/spring-web/src/test/java/org/springframework/http/converter/xml/SourceHttpMessageConverterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 40
 Warning imports ImportOrder Wrong order for 'org.springframework.core.io.ClassPathResource' import. 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 47
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 47
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotEquals. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 51

spring-framework/spring-web/src/test/java/org/springframework/http/server/ServletServerHttpRequestTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-web/src/test/java/org/springframework/http/server/ServletServerHttpResponseTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/DelegatingServletInputStream.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/DelegatingServletOutputStream.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/HeaderValueHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/MockAsyncContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 31

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/MockExpressionEvaluator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager' 27

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/MockFilterChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 32

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/MockFilterConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/MockHttpServletRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 53
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 53

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/MockHttpServletResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 36

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/MockHttpSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/MockMultipartFile.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/MockMultipartHttpServletRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/MockPageContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 40

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/MockPart.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/MockRequestDispatcher.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/MockServletConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/MockServletContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 45
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 45
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 48
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 48

spring-framework/spring-web/src/test/java/org/springframework/mock/web/test/PassThroughFilterChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27

spring-framework/spring-web/src/test/java/org/springframework/remoting/caucho/CauchoRemotingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.remoting.RemoteAccessException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.remoting.RemoteAccessException' 23

spring-framework/spring-web/src/test/java/org/springframework/remoting/httpinvoker/HttpComponentsHttpInvokerRequestExecutorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.http.client.HttpClient' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.http.client.HttpClient' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 29

spring-framework/spring-web/src/test/java/org/springframework/remoting/httpinvoker/HttpInvokerFactoryBeanIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-web/src/test/java/org/springframework/remoting/httpinvoker/HttpInvokerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 35
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanClassLoaderAware' 38

spring-framework/spring-web/src/test/java/org/springframework/remoting/jaxws/JaxWsSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-web/src/test/java/org/springframework/remoting/jaxws/OrderServiceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-web/src/test/java/org/springframework/web/accept/ContentNegotiationManagerFactoryBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-web/src/test/java/org/springframework/web/accept/HeaderContentNegotiationStrategyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 20
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-web/src/test/java/org/springframework/web/accept/MappingContentNegotiationStrategyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-web/src/test/java/org/springframework/web/accept/MappingMediaTypeFileExtensionResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-web/src/test/java/org/springframework/web/accept/PathExtensionContentNegotiationStrategyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-web/src/test/java/org/springframework/web/bind/EscapedErrorsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-web/src/test/java/org/springframework/web/bind/ServletRequestDataBinderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyValue' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyValue' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-web/src/test/java/org/springframework/web/bind/ServletRequestUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-web/src/test/java/org/springframework/web/bind/support/WebRequestDataBinderIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.eclipse.jetty.server.Server' 28
 Warning imports ImportOrder Extra separation in import group before 'org.eclipse.jetty.server.Server' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 46

spring-framework/spring-web/src/test/java/org/springframework/web/bind/support/WebRequestDataBinderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyValue' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyValue' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-web/src/test/java/org/springframework/web/client/AbstractJettyServerTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.fileupload.FileItem' 30
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.fileupload.FileItem' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 45

spring-framework/spring-web/src/test/java/org/springframework/web/client/AsyncRestTemplateIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42

spring-framework/spring-web/src/test/java/org/springframework/web/client/DefaultResponseErrorHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 31

spring-framework/spring-web/src/test/java/org/springframework/web/client/HttpMessageConverterExtractorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 38

spring-framework/spring-web/src/test/java/org/springframework/web/client/HttpStatusCodeExceptionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-web/src/test/java/org/springframework/web/client/RestTemplateIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 26
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 26
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.annotation.JsonView' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 43

spring-framework/spring-web/src/test/java/org/springframework/web/client/RestTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ParameterizedTypeReference' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 47

spring-framework/spring-web/src/test/java/org/springframework/web/context/ContextLoaderInitializerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockServletContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockServletContext' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-web/src/test/java/org/springframework/web/context/request/RequestAndSessionScopedBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-web/src/test/java/org/springframework/web/context/request/RequestContextListenerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.MockRunnable' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.MockRunnable' 23

spring-framework/spring-web/src/test/java/org/springframework/web/context/request/RequestScopeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanCreationException' 21

spring-framework/spring-web/src/test/java/org/springframework/web/context/request/RequestScopedProxyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-web/src/test/java/org/springframework/web/context/request/ServletRequestAttributesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30

spring-framework/spring-web/src/test/java/org/springframework/web/context/request/ServletWebRequestTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-web/src/test/java/org/springframework/web/context/request/SessionScopeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23

spring-framework/spring-web/src/test/java/org/springframework/web/context/request/WebApplicationContextScopeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.GenericBeanDefinition' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.GenericBeanDefinition' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-web/src/test/java/org/springframework/web/context/request/async/DeferredResultTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.request.async.DeferredResult.DeferredResultHandler' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.request.async.DeferredResult.DeferredResultHandler' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 24

spring-framework/spring-web/src/test/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequestTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockAsyncContext' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockAsyncContext' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 31

spring-framework/spring-web/src/test/java/org/springframework/web/context/request/async/WebAsyncManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncTaskExecutor' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncTaskExecutor' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30

spring-framework/spring-web/src/test/java/org/springframework/web/context/request/async/WebAsyncManagerTimeoutTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncTaskExecutor' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncTaskExecutor' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.web.context.request.async.CallableProcessingInterceptor.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.web.context.request.async.CallableProcessingInterceptor.*. 34

spring-framework/spring-web/src/test/java/org/springframework/web/context/support/AnnotationConfigWebApplicationContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-web/src/test/java/org/springframework/web/context/support/ResourceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 7
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 10
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 10
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 10
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 10

spring-framework/spring-web/src/test/java/org/springframework/web/context/support/Spr8510Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.ClassPathBeanDefinitionScanner' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.ClassPathBeanDefinitionScanner' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-web/src/test/java/org/springframework/web/context/support/SpringBeanAutowiringSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-web/src/test/java/org/springframework/web/context/support/StandardServletEnvironmentTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.ConfigurableEnvironment' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.ConfigurableEnvironment' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-web/src/test/java/org/springframework/web/filter/CharacterEncodingFilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockFilterConfig' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockFilterConfig' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30

spring-framework/spring-web/src/test/java/org/springframework/web/filter/CompositeFilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockFilterConfig' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockFilterConfig' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-web/src/test/java/org/springframework/web/filter/DelegatingFilterProxyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockFilterConfig' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockFilterConfig' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-web/src/test/java/org/springframework/web/filter/HiddenHttpMethodFilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-web/src/test/java/org/springframework/web/filter/HttpPutFormContentFilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-web/src/test/java/org/springframework/web/filter/RequestContextFilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 25
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockFilterConfig' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockFilterConfig' 27

spring-framework/spring-web/src/test/java/org/springframework/web/filter/RequestLoggingFilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-web/src/test/java/org/springframework/web/filter/ShallowEtagHeaderFilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-web/src/test/java/org/springframework/web/jsf/DelegatingNavigationHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 24

spring-framework/spring-web/src/test/java/org/springframework/web/jsf/DelegatingPhaseListenerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 24
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.ListableBeanFactory' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.ListableBeanFactory' 26

spring-framework/spring-web/src/test/java/org/springframework/web/method/ControllerAdviceBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.ControllerAdvice' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.ControllerAdvice' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/CookieValueMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/ErrorsMethodHandlerArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/ExceptionHandlerMethodResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/ExpressionValueMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Value' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Value' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/InitBinderDataBinderFactoryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.LocalVariableTableParameterNameDiscoverer' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.LocalVariableTableParameterNameDiscoverer' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/MapMethodProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/ModelAttributeMethodProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 42
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.*. 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 45

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/ModelFactoryOrderingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 50
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 50

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/ModelFactoryTests.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.given. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.mock. 25
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.reflect.Method' 27
 Warning imports ImportOrder Extra separation in import group before 'java.lang.reflect.Method' 27
 Warning imports ImportOrder Wrong order for 'java.lang.reflect.Method' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 30

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/ModelMethodProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/RequestHeaderMapMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/RequestHeaderMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/RequestParamMapMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/RequestParamMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.StringTrimmerEditor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.StringTrimmerEditor' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 52
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 52
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 52
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 53

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/SessionAttributesHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 24
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Arrays.*' 33
 Warning imports ImportOrder Extra separation in import group before 'java.util.Arrays.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.Arrays.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-web/src/test/java/org/springframework/web/method/annotation/WebArgumentResolverAdapterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 31

spring-framework/spring-web/src/test/java/org/springframework/web/method/support/CompositeUriComponentsContributorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-web/src/test/java/org/springframework/web/method/support/HandlerMethodArgumentResolverCompositeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-web/src/test/java/org/springframework/web/method/support/HandlerMethodReturnValueHandlerCompositeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-web/src/test/java/org/springframework/web/method/support/InvocableHandlerMethodTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-web/src/test/java/org/springframework/web/method/support/ModelAndViewContainerTests.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Wrong order for 'org.junit.Before' import. 22

spring-framework/spring-web/src/test/java/org/springframework/web/method/support/StubArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22

spring-framework/spring-web/src/test/java/org/springframework/web/multipart/commons/CommonsMultipartResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.fileupload.FileItem' 40
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.fileupload.FileItem' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 47
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 47
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 64
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 64
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 64
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 64

spring-framework/spring-web/src/test/java/org/springframework/web/multipart/support/ByteArrayMultipartFileEditorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.multipart.MultipartFile' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.multipart.MultipartFile' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 25

spring-framework/spring-web/src/test/java/org/springframework/web/multipart/support/RequestPartServletServerHttpRequestTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-web/src/test/java/org/springframework/web/util/ContentCachingRequestWrapperTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 22

spring-framework/spring-web/src/test/java/org/springframework/web/util/HtmlCharacterEntityReferencesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-web/src/test/java/org/springframework/web/util/HtmlUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-web/src/test/java/org/springframework/web/util/JavaScriptUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-web/src/test/java/org/springframework/web/util/Log4jWebConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.FileSystemResourceLoader' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.FileSystemResourceLoader' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-web/src/test/java/org/springframework/web/util/MockLog4jAppender.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.log4j.AppenderSkeleton' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.log4j.AppenderSkeleton' 22

spring-framework/spring-web/src/test/java/org/springframework/web/util/ServletContextPropertyUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockServletContext' 19
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockServletContext' 19
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-web/src/test/java/org/springframework/web/util/TagUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25

spring-framework/spring-web/src/test/java/org/springframework/web/util/UriComponentsBuilderTests.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 25
 Warning imports CustomImportOrder Extra separation in import group before 'java.net.URI' 27
 Warning imports ImportOrder Extra separation in import group before 'java.net.URI' 27
 Warning imports ImportOrder Wrong order for 'java.net.URI' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpRequest' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpRequest' 35

spring-framework/spring-web/src/test/java/org/springframework/web/util/UriComponentsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.web.util.UriComponentsBuilder.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.web.util.UriComponentsBuilder.*. 30

spring-framework/spring-web/src/test/java/org/springframework/web/util/UriTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-web/src/test/java/org/springframework/web/util/UriUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-web/src/test/java/org/springframework/web/util/UrlPathHelperTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-web/src/test/java/org/springframework/web/util/WebUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/DispatcherPortlet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 44
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 44
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 47
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 47

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/FrameworkPortlet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 34

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/GenericPortletBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 30

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/HandlerExecutionChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 23

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/ModelAndView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.ui.ModelMap' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.ui.ModelMap' 21

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/NoHandlerFoundException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.style.StylerUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.style.StylerUtils' 22

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/bind/PortletRequestDataBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 21

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/bind/PortletRequestParameterPropertyValues.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 21

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/bind/annotation/ActionMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.Mapping' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.Mapping' 25

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/bind/annotation/EventMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.Mapping' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.Mapping' 25

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/bind/annotation/RenderMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.Mapping' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.Mapping' 25

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/bind/annotation/ResourceMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.Mapping' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.Mapping' 25

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/AbstractRefreshablePortletApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableListableBeanFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableListableBeanFactory' 23

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/ConfigurablePortletApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ConfigurableApplicationContext' 22

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/PortletApplicationContextUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.ObjectFactory' 31

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/PortletApplicationObjectSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.ApplicationObjectSupport' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.ApplicationObjectSupport' 22

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/PortletConfigAware.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.Aware' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.Aware' 21

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/PortletConfigPropertySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.EnumerablePropertySource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.EnumerablePropertySource' 21

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/PortletContextAware.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.Aware' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.Aware' 21

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/PortletContextAwareProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/PortletContextPropertySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.EnumerablePropertySource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.EnumerablePropertySource' 21

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/PortletContextResource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.AbstractFileResolvingResource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.AbstractFileResolvingResource' 27

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/PortletContextResourceLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 21

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/PortletContextResourcePatternResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 25

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/PortletContextScope.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 23

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/PortletRequestAttributes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/PortletWebRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 27

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/StandardPortletEnvironment.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.env.Environment' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.env.Environment' 23

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/StaticPortletApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableListableBeanFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableListableBeanFactory' 23

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/context/XmlPortletApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/handler/AbstractHandlerExceptionResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 31

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/handler/AbstractHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 24

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/handler/AbstractMapBasedHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 28

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/handler/HandlerInterceptorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.portlet.HandlerInterceptor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.portlet.HandlerInterceptor' 30

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/handler/ParameterHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/handler/PortletContentGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.portlet.context.PortletApplicationObjectSupport' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.portlet.context.PortletApplicationObjectSupport' 24

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/handler/PortletModeHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/handler/PortletModeParameterHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/handler/PortletModeParameterLookupKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 21

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/handler/PortletRequestMethodNotSupportedException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/handler/SimpleMappingExceptionResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.portlet.ModelAndView' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.portlet.ModelAndView' 24

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/handler/SimplePortletHandlerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.portlet.HandlerAdapter' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.portlet.HandlerAdapter' 32

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/handler/SimplePortletPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 32

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/handler/WebRequestHandlerInterceptorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/multipart/CommonsPortletMultipartResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.fileupload.FileItem' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.fileupload.FileItem' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/multipart/DefaultMultipartActionRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.LinkedMultiValueMap' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.LinkedMultiValueMap' 30

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/multipart/MultipartActionRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.multipart.MultipartRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.multipart.MultipartRequest' 21

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/multipart/PortletMultipartResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.multipart.MultipartException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.multipart.MultipartException' 21

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/mvc/AbstractController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.portlet.ModelAndView' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.portlet.ModelAndView' 27

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/mvc/Controller.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.portlet.ModelAndView' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.portlet.ModelAndView' 24

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/mvc/ParameterizableViewController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.portlet.ModelAndView' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.portlet.ModelAndView' 22

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/mvc/PortletModeNameViewController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.portlet.ModelAndView' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.portlet.ModelAndView' 25

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/mvc/PortletWrappingController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 43
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 43

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/mvc/ResourceAwareController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.portlet.ModelAndView' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.portlet.ModelAndView' 22

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/mvc/SimpleControllerHandlerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.portlet.HandlerAdapter' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.portlet.HandlerAdapter' 29

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/mvc/annotation/AnnotationMethodHandlerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 55
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 55

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/mvc/annotation/AnnotationMethodHandlerExceptionResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ExceptionDepthComparator' 48
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ExceptionDepthComparator' 48

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/mvc/annotation/DefaultAnnotationHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 34

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/mvc/annotation/PortletAnnotationMappingUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 25

spring-framework/spring-webmvc-portlet/src/main/java/org/springframework/web/portlet/util/PortletUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 40

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/mock/web/portlet/MockActionResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/mock/web/portlet/MockBaseURL.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/mock/web/portlet/MockMimeResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 36

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/mock/web/portlet/MockMultipartActionRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/mock/web/portlet/MockPortletConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/mock/web/portlet/MockPortletContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 34
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.DefaultResourceLoader' 37

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/mock/web/portlet/MockPortletPreferences.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 31

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/mock/web/portlet/MockPortletRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 38

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/mock/web/portlet/MockPortletRequestDispatcher.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/mock/web/portlet/MockPortletResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.DOMException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.DOMException' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 34
 Warning imports ImportOrder Wrong order for 'org.springframework.util.Assert' import. 34

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/mock/web/portlet/MockPortletSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpSession' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpSession' 29

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/mock/web/portlet/MockPortletURL.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 27

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/mock/web/portlet/MockStateAwareResponse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/mock/web/portlet/ServletWrappingPortletContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/ComplexPortletApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 39

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/DispatcherPortletTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 26
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 28

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/GenericPortletBeanTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletConfig' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletConfig' 24

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/bind/PortletRequestDataBinderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 26
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.CustomDateEditor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.CustomDateEditor' 28

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/bind/PortletRequestParameterPropertyValuesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletRequest' 21

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/bind/PortletRequestUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletRequest' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/context/AbstractXmlWebApplicationContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 21

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/context/PortletApplicationContextScopeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.GenericBeanDefinition' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.GenericBeanDefinition' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/context/PortletContextAwareProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletConfig' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletConfig' 24

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/context/PortletRequestAttributesTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletRequest' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletRequest' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 29

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/context/PortletWebRequestTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletRequest' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletRequest' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/context/XmlPortletApplicationContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/handler/ParameterHandlerMappingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletContext' 21

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/handler/ParameterMappingInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockActionRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockActionRequest' 21

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/handler/PortletModeHandlerMappingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletContext' 23

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/handler/PortletModeParameterHandlerMappingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockPortletContext' 23

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/handler/SimpleMappingExceptionResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockRenderRequest' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockRenderRequest' 25

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/handler/UserRoleAuthorizationInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockRenderRequest' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockRenderRequest' 23

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/mvc/ParameterizableViewControllerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 25
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockActionRequest' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockActionRequest' 27

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/mvc/PortletModeNameViewControllerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockActionRequest' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockActionRequest' 24

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/mvc/PortletWrappingControllerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/mvc/annotation/AnnotationMethodHandlerExceptionResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockRenderRequest' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockRenderRequest' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/mvc/annotation/Portlet20AnnotationControllerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 44
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 44
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 97
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 97
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 97
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 97

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/mvc/annotation/PortletAnnotationControllerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 38
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 40

spring-framework/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/util/PortletUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockActionRequest' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.portlet.MockActionRequest' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 40

spring-framework/spring-webmvc-tiles2/src/main/java/org/springframework/web/servlet/view/tiles2/AbstractSpringPreparerFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 24

spring-framework/spring-webmvc-tiles2/src/main/java/org/springframework/web/servlet/view/tiles2/SimpleSpringPreparerFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tiles.TilesException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tiles.TilesException' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 27

spring-framework/spring-webmvc-tiles2/src/main/java/org/springframework/web/servlet/view/tiles2/SpringBeanPreparerFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 22

spring-framework/spring-webmvc-tiles2/src/main/java/org/springframework/web/servlet/view/tiles2/SpringLocaleResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tiles.context.TilesRequestContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tiles.context.TilesRequestContext' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.support.RequestContextUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.support.RequestContextUtils' 28

spring-framework/spring-webmvc-tiles2/src/main/java/org/springframework/web/servlet/view/tiles2/SpringWildcardServletTilesApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tiles.servlet.context.ServletTilesApplicationContext' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tiles.servlet.context.ServletTilesApplicationContext' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 27

spring-framework/spring-webmvc-tiles2/src/main/java/org/springframework/web/servlet/view/tiles2/TilesConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 59
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 59

spring-framework/spring-webmvc-tiles2/src/main/java/org/springframework/web/servlet/view/tiles2/TilesView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tiles.TilesApplicationContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tiles.TilesApplicationContext' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.support.JstlUtils' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.support.JstlUtils' 34

spring-framework/spring-webmvc-tiles2/src/test/java/org/springframework/web/servlet/view/tiles2/TilesConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/AsyncHandlerInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.method.HandlerMethod' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.method.HandlerMethod' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/DispatcherServlet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 36
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 39

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/FlashMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.LinkedMultiValueMap' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.LinkedMultiValueMap' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/FrameworkServlet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 29

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerExecutionChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 28

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.method.HandlerMethod' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.method.HandlerMethod' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/HttpServletBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 30

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/LocaleContextResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/ModelAndView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.ui.ModelMap' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.ui.ModelMap' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/ModelAndViewDefiningException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/NoHandlerFoundException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 20

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/ResourceServlet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.AntPathMatcher' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.AntPathMatcher' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/View.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/ViewRendererServlet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.util.NestedServletException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.util.NestedServletException' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/AnnotationDrivenBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 24
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.FactoryBean' import. 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/DefaultServletHandlerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/FreeMarkerConfigurerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanDefinition' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanDefinition' 24
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.support.AbstractBeanDefinition' import. 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/GroovyMarkupConfigurerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.support.AbstractBeanDefinition' import. 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/InterceptorsBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/ResourcesBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 24
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/TilesConfigurerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanDefinition' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanDefinition' 24
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.support.AbstractBeanDefinition' import. 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/VelocityConfigurerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanDefinition' 21
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.support.AbstractBeanDefinition' import. 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/ViewControllerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/ViewResolversBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.MutablePropertyValues' import. 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/AsyncSupportConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncTaskExecutor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncTaskExecutor' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/BeanTypeNotPresentCondition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ContentNegotiationConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/DefaultServletHandlerConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/EnableWebMvc.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Import' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Import' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/InterceptorRegistration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/InterceptorRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.request.WebRequestInterceptor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.request.WebRequestInterceptor' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ResourceChainRegistration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ResourceHandlerRegistration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ResourceHandlerRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanInitializationException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanInitializationException' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/UrlBasedViewResolverRegistration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.view.UrlBasedViewResolver' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.view.UrlBasedViewResolver' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ViewControllerRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ViewResolverRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.databind.ObjectMapper' 28
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.databind.ObjectMapper' 28
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.databind.ObjectMapper' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 30

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.FormatterRegistry' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.FormatterRegistry' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurerComposite.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.FormatterRegistry' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.FormatterRegistry' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/AbstractHandlerExceptionResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/AbstractHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/AbstractHandlerMethodExceptionResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.method.HandlerMethod' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.method.HandlerMethod' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/AbstractHandlerMethodMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 32

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/AbstractUrlHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 28

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/BeanNameUrlHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/ConversionServiceExposingInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/DispatcherServletWebRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.request.ServletWebRequest' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.request.ServletWebRequest' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/HandlerExceptionResolverComposite.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/HandlerInterceptorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.AsyncHandlerInterceptor' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.AsyncHandlerInterceptor' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/SimpleMappingExceptionResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.ModelAndView' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.ModelAndView' 27

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/SimpleServletHandlerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.HandlerAdapter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.HandlerAdapter' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/SimpleServletPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/SimpleUrlHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/WebRequestHandlerInterceptorAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/AbstractLocaleContextResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.SimpleLocaleContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.SimpleLocaleContext' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/AbstractLocaleResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.LocaleResolver' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.LocaleResolver' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/AcceptHeaderLocaleResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.LocaleResolver' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.LocaleResolver' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/CookieLocaleResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/FixedLocaleResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/LocaleChangeInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/SessionLocaleResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/AbstractController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.ModelAndView' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.ModelAndView' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/AbstractUrlViewController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/Controller.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.ModelAndView' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.ModelAndView' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/HttpRequestHandlerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.HttpRequestHandler' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.HttpRequestHandler' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/ParameterizableViewController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/ServletForwardingController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/ServletWrappingController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 27

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/SimpleControllerHandlerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.HandlerAdapter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.HandlerAdapter' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/UrlFilenameViewController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/WebContentInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.AntPathMatcher' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.AntPathMatcher' 27

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/annotation/AnnotationMethodHandlerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 47
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 47
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 50
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 50

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/annotation/AnnotationMethodHandlerExceptionResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.ExceptionDepthComparator' 43
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.ExceptionDepthComparator' 43

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/annotation/DefaultAnnotationHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 27

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/annotation/ModelAndViewResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.ui.ExtendedModelMap' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.ui.ExtendedModelMap' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/annotation/ResponseStatusExceptionResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/annotation/ServletAnnotationMappingUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/AbstractMediaTypeExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/CompositeRequestCondition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/ConsumesRequestCondition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.InvalidMediaTypeException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.InvalidMediaTypeException' 28

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/HeadersRequestCondition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.RequestMapping' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.RequestMapping' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/ParamsRequestCondition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.RequestMapping' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.RequestMapping' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/PatternsRequestCondition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.AntPathMatcher' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.AntPathMatcher' 30

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/ProducesRequestCondition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 28

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/RequestCondition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.RequestMapping' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.RequestMapping' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/RequestMethodsRequestCondition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.RequestMethod' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.bind.annotation.RequestMethod' 27

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/AbstractHandlerMethodAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Ordered' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/RequestMappingInfo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/RequestMappingInfoHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.InvalidMediaTypeException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.InvalidMediaTypeException' 31

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/AbstractJsonpResponseBodyAdvice.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/AbstractMessageConverterMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 32

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/AbstractMessageConverterMethodProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 28

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/CallableMethodReturnValueHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ExceptionHandlerExceptionResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 31

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ExtendedServletRequestDataBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/HttpEntityMethodProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/HttpHeadersReturnValueHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/JsonViewResponseBodyAdvice.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/MatrixVariableMapMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/MatrixVariableMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ModelAndViewResolverMethodReturnValueHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/MvcUriComponentsBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 26
 Warning imports ImportOrder Extra separation in import group before 'org.aopalliance.intercept.MethodInterceptor' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 30

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/PathVariableMapMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/PathVariableMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RedirectAttributesMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 33

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.EmbeddedValueResolverAware' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.EmbeddedValueResolverAware' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestPartMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.GenericCollectionTypeResolver' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.GenericCollectionTypeResolver' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Conventions' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Conventions' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseBodyAdviceChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseEntityExceptionHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.ConversionNotSupportedException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.ConversionNotSupportedException' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ServletCookieValueMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableBeanFactory' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.ConfigurableBeanFactory' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ServletInvocableHandlerMethod.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ServletModelAttributeMethodProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ServletRequestDataBinderFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.bind.ServletRequestDataBinder' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.bind.ServletRequestDataBinder' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ServletRequestMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 29

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ServletResponseMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/UriComponentsBuilderMethodArgumentResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/multiaction/AbstractUrlMethodNameResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/multiaction/InternalPathMethodNameResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.util.WebUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.util.WebUtils' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/multiaction/MultiActionController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 32

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/multiaction/NoSuchRequestHandlingMethodException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.style.StylerUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.style.StylerUtils' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/multiaction/ParameterMethodNameResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/multiaction/PropertiesMethodNameResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/AbstractControllerUrlHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/ControllerBeanNameHandlerMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/DefaultHandlerExceptionResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.ConversionNotSupportedException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.ConversionNotSupportedException' 27

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/RedirectAttributes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.ui.Model' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.ui.Model' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/RedirectAttributesModelMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.ui.ModelMap' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.ui.ModelMap' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/AbstractResourceResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/AbstractVersionStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/AppCacheManifestTransformer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 32

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/CachingResourceResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/CachingResourceTransformer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ContentVersionStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 20
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 20

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/CssLinkResourceTransformer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 32

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/DefaultResourceResolverChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/DefaultResourceTransformerChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/DefaultServletHttpRequestHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/GzipResourceResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.AbstractResource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.AbstractResource' 27

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/PathResourceResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceHttpRequestHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 33

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceResolverChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceTransformer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceTransformerChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceTransformerSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceUrlEncodingFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.filter.OncePerRequestFilter' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.filter.OncePerRequestFilter' 29

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceUrlProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 30

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceUrlProviderExposingInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/TransformedResource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ByteArrayResource' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ByteArrayResource' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/VersionResourceResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/support/AbstractDispatcherServletInitializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.Conventions' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.Conventions' 28

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/support/AbstractFlashMapManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 30

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/support/BindStatus.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/support/JstlUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 28

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/support/RequestContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 30

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/support/RequestContextUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/support/ServletUriComponentsBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpRequest' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/support/SessionFlashMapManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.FlashMap' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.FlashMap' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/support/WebContentGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/BindErrorsTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.validation.Errors' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.validation.Errors' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/BindTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.validation.Errors' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.validation.Errors' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/EscapeBodyTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.util.JavaScriptUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.util.JavaScriptUtils' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/EvalTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.expression.BeanFactoryResolver' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.expression.BeanFactoryResolver' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/HtmlEscapingAwareTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.util.HtmlUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.util.HtmlUtils' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/MessageTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/NestedPathTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyAccessor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyAccessor' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/RequestContextAwareTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.support.JspAwareRequestContext' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.support.JspAwareRequestContext' 27

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/TransformTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.util.HtmlUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.util.HtmlUtils' 24
 Warning imports UnusedImports Unused import - org.springframework.web.util.HtmlUtils. 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/UrlTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 31
 Warning imports UnusedImports Unused import - org.springframework.web.util.HtmlUtils. 33

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/AbstractDataBoundFormElementTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyAccessor' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyAccessor' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/AbstractFormTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/AbstractHtmlElementBodyTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/AbstractHtmlElementTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/AbstractMultiCheckedElementTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/ButtonTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.support.RequestDataValueProcessor' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.support.RequestDataValueProcessor' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/CheckboxTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.bind.WebDataBinder' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.bind.WebDataBinder' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/CheckboxesTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.bind.WebDataBinder' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.bind.WebDataBinder' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/ErrorsTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/FormTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.PropertyAccessor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.PropertyAccessor' 28

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/LabelTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/OptionTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/OptionWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/OptionsTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/SelectTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/SelectedValueComparator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.CollectionUtils' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/TagWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/ValueFormatter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ObjectUtils' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/theme/CookieThemeResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/theme/SessionThemeResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/theme/ThemeChangeInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.ThemeResolver' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.ThemeResolver' 23

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/AbstractCachingViewResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.support.WebApplicationObjectSupport' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.support.WebApplicationObjectSupport' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/AbstractTemplateView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.support.RequestContext' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.support.RequestContext' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/AbstractUrlBasedView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/AbstractView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNameAware' 33

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/BeanNameViewResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/ContentNegotiatingViewResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 33
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactoryUtils' 36

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/DefaultRequestToViewNameTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/InternalResourceView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/JstlView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.MessageSource' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/RedirectView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 34

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/ResourceBundleViewResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/UrlBasedViewResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/ViewResolverComposite.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/XmlViewResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractExcelView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.poi.hssf.usermodel.HSSFCell' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.poi.hssf.usermodel.HSSFCell' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 30

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractJExcelView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'jxl.Workbook' 25
 Warning imports ImportOrder Extra separation in import group before 'jxl.Workbook' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 28

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractPdfStamperView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.lowagie.text.pdf.PdfReader' 25
 Warning imports ImportOrder Extra separation in import group before 'com.lowagie.text.pdf.PdfReader' 25
 Warning imports ImportOrder Wrong order for 'com.lowagie.text.pdf.PdfReader' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.view.AbstractUrlBasedView' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.view.AbstractUrlBasedView' 28

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractPdfView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.lowagie.text.Document' 25
 Warning imports ImportOrder Extra separation in import group before 'com.lowagie.text.Document' 25
 Warning imports ImportOrder Wrong order for 'com.lowagie.text.Document' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.view.AbstractView' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.view.AbstractView' 30

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/feed/AbstractAtomFeedView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.rometools.rome.feed.atom.Entry' 24
 Warning imports ImportOrder Extra separation in import group before 'com.rometools.rome.feed.atom.Entry' 24
 Warning imports ImportOrder Wrong order for 'com.rometools.rome.feed.atom.Entry' import. 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/feed/AbstractFeedView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.rometools.rome.feed.WireFeed' 25
 Warning imports ImportOrder Extra separation in import group before 'com.rometools.rome.feed.WireFeed' 25
 Warning imports ImportOrder Wrong order for 'com.rometools.rome.feed.WireFeed' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 28

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/feed/AbstractRssFeedView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.rometools.rome.feed.rss.Channel' 24
 Warning imports ImportOrder Extra separation in import group before 'com.rometools.rome.feed.rss.Channel' 24
 Warning imports ImportOrder Wrong order for 'com.rometools.rome.feed.rss.Channel' import. 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/freemarker/FreeMarkerConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'freemarker.cache.ClassTemplateLoader' 23
 Warning imports ImportOrder Extra separation in import group before 'freemarker.cache.ClassTemplateLoader' 23
 Warning imports ImportOrder Wrong order for 'freemarker.cache.ClassTemplateLoader' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 29

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/freemarker/FreeMarkerView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'freemarker.core.ParseException' 36
 Warning imports ImportOrder Extra separation in import group before 'freemarker.core.ParseException' 36
 Warning imports ImportOrder Wrong order for 'freemarker.core.ParseException' import. 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 50
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 50

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/groovy/GroovyMarkupConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'groovy.text.markup.MarkupTemplateEngine' 26
 Warning imports ImportOrder Extra separation in import group before 'groovy.text.markup.MarkupTemplateEngine' 26
 Warning imports ImportOrder Wrong order for 'groovy.text.markup.MarkupTemplateEngine' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 30

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/groovy/GroovyMarkupView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'groovy.text.Template' 26
 Warning imports ImportOrder Extra separation in import group before 'groovy.text.Template' 26
 Warning imports ImportOrder Wrong order for 'groovy.text.Template' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 29

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/groovy/GroovyMarkupViewResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.view.AbstractTemplateViewResolver' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.view.AbstractTemplateViewResolver' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/jasperreports/AbstractJasperReportsSingleFormatView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JasperPrint' 23
 Warning imports ImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JasperPrint' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.ui.jasperreports.JasperReportsUtils' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.ui.jasperreports.JasperReportsUtils' 25

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/jasperreports/AbstractJasperReportsView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JRDataSource' 35
 Warning imports ImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JRDataSource' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextException' 47
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextException' 47

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/jasperreports/JasperReportsMultiFormatView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JasperPrint' 24
 Warning imports ImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JasperPrint' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/jasperreports/JasperReportsViewResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.view.AbstractUrlBasedView' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.view.AbstractUrlBasedView' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/json/AbstractJackson2View.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 26
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 26
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.annotation.JsonView' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.converter.json.MappingJacksonValue' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.converter.json.MappingJacksonValue' 32

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/json/MappingJackson2JsonView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 29
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 29
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.annotation.JsonView' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' 33

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/tiles3/AbstractSpringPreparerFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/tiles3/SimpleSpringPreparerFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tiles.TilesException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tiles.TilesException' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 27

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/tiles3/SpringBeanPreparerFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 22

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/tiles3/SpringLocaleResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tiles.locale.impl.DefaultLocaleResolver' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tiles.locale.impl.DefaultLocaleResolver' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.support.RequestContextUtils' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.support.RequestContextUtils' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/tiles3/SpringWildcardServletTilesApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tiles.request.ApplicationResource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tiles.request.ApplicationResource' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.Resource' 31

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/tiles3/TilesConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 61
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanUtils' 61

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/tiles3/TilesView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tiles.TilesContainer' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tiles.TilesContainer' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.request.RequestAttributes' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.request.RequestAttributes' 34

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/tiles3/TilesViewResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.view.UrlBasedViewResolver' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.view.UrlBasedViewResolver' 21

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/velocity/VelocityConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.app.VelocityEngine' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.velocity.app.VelocityEngine' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/velocity/VelocityLayoutView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.Template' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.velocity.Template' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NestedIOException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NestedIOException' 27

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/velocity/VelocityToolboxView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.VelocityContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.velocity.VelocityContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 30

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/velocity/VelocityView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.Template' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.velocity.Template' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 34

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/xml/MappingJackson2XmlView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 21
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 21
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.annotation.JsonView' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' 24

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/xml/MarshallingView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.oxm.Marshaller' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.oxm.Marshaller' 26

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/xslt/XsltView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Document' 41
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Document' 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 44
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 44
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.BeansException' import. 44

spring-framework/spring-webmvc/src/main/java/org/springframework/web/servlet/view/xslt/XsltViewResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.view.AbstractUrlBasedView' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.view.AbstractUrlBasedView' 23

spring-framework/spring-webmvc/src/test/java/org/springframework/web/context/ContextLoaderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 48
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 48
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 48
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 49

spring-framework/spring-webmvc/src/test/java/org/springframework/web/context/ServletContextAwareProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockServletConfig' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockServletConfig' 24

spring-framework/spring-webmvc/src/test/java/org/springframework/web/context/XmlWebApplicationContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-webmvc/src/test/java/org/springframework/web/context/support/HttpRequestHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-webmvc/src/test/java/org/springframework/web/context/support/ServletContextSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 43

spring-framework/spring-webmvc/src/test/java/org/springframework/web/context/support/WebApplicationObjectSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.RootBeanDefinition' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.RootBeanDefinition' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/ComplexWebApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 32

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/DispatcherServletTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 60
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 60
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 60
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 60
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 61
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 61
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 62
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 62

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/FlashMapTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.LinkedMultiValueMap' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.LinkedMultiValueMap' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/HandlerExecutionChainTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 26

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/SimpleWebApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/config/AnnotationDrivenBeanDefinitionParserTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 20
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 50
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 50

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/config/MvcNamespaceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.servlet.RequestDispatcher' 33
 Warning imports ImportOrder Extra separation in import group before 'javax.servlet.RequestDispatcher' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.joda.time.LocalDate' 38
 Warning imports ImportOrder Extra separation in import group before 'org.joda.time.LocalDate' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 43
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 43
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.databind.DeserializationFeature' 136
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.databind.DeserializationFeature' 136
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.databind.DeserializationFeature' import. 136
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 141
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 141
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 141
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 141
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 142
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 142

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/ContentNegotiationConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/DefaultServletHandlerConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfigurationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.ConversionService' 30
 Warning imports UnusedImports Unused import - org.springframework.http.HttpMessage. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 50
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 51

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/InterceptorRegistryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/ResourceHandlerRegistryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.concurrent.ConcurrentMapCache' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.concurrent.ConcurrentMapCache' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 43

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/ViewControllerRegistryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/ViewResolutionIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 44

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/ViewResolverRegistryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 43

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupportExtensionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.databind.DeserializationFeature' 22
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.databind.DeserializationFeature' 22
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.databind.DeserializationFeature' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 80
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 80
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 80
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 80

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.databind.DeserializationFeature' 24
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.databind.DeserializationFeature' 24
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.databind.DeserializationFeature' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 85
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 85
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 85
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 85

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/BeanNameUrlHandlerMappingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 23

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/HandlerMethodMappingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/MappedInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.AntPathMatcher' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.AntPathMatcher' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/PathMatchingUrlHandlerMappingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/SimpleMappingExceptionResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/SimpleUrlHandlerMappingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/i18n/CookieLocaleResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/i18n/LocaleResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContext' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/i18n/SessionLocaleResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/ControllerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 37

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/ParameterizableViewControllerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/UrlFilenameViewControllerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/WebContentInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/AnnotationMethodHandlerExceptionResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/BookController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/CgLibProxyServletAnnotationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/ControllerClassNameController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/ControllerClassNameHandlerMappingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/IndexController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/JdkProxyServletAnnotationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/MethodNameDispatchingController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/RequestSpecificMappingInfoComparatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/ResponseStatusExceptionResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContextHolder' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContextHolder' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/ServletAnnotationControllerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 56
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 56
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator' 58
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator' 58
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 143
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 143
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 143
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 143
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 144
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 144

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/ServletAnnotationMappingUtilsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/Spr7766Controller.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 6
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 6

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/Spr7766Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 23

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/Spr7839Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/UriTemplateServletAnnotationControllerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 46

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/WelcomeController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.stereotype.Controller' 22

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/CompositeRequestConditionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/ConsumesRequestConditionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/HeadersRequestConditionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/ParamsRequestConditionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/PatternsRequestConditionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/ProducesRequestConditionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/RequestConditionHolderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/RequestMethodsRequestConditionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/mapping/BuyForm.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.ModelAndView' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.ModelAndView' 22

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/mapping/Controller.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.ModelAndView' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.ModelAndView' 22

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/mapping/ControllerBeanNameHandlerMappingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/mapping/ControllerClassNameHandlerMappingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/mapping/WelcomeController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.ModelAndView' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.ModelAndView' 22

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/RequestMappingInfoHandlerMappingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 57
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 57
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 57
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 57

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/RequestMappingInfoHandlerMethodMappingNamingStrategyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ClassUtils' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/RequestMappingInfoTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Arrays.*' 34
 Warning imports ImportOrder Extra separation in import group before 'java.util.Arrays.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.Arrays.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/AbstractServletHandlerMethodTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.RootBeanDefinition' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.RootBeanDefinition' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ExceptionHandlerExceptionResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.AnnotationConfigApplicationContext' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 45

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ExtendedServletRequestDataBinderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/HandlerMethodAnnotationDetectionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 54
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 54
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 54

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/HttpEntityMethodProcessorMockTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.any. 48
 Warning imports ImportOrder Wrong order for 'org.mockito.BDDMockito.*' import. 49
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.isA. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Matchers.eq. 51
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.web.servlet.HandlerMapping.*. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.web.servlet.HandlerMapping.*. 52

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/HttpEntityMethodProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/MatrixVariablesMapMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/MatrixVariablesMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.LocalVariableTableParameterNameDiscoverer' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.LocalVariableTableParameterNameDiscoverer' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ModelAndViewMethodReturnValueHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ModelAndViewResolverMethodReturnValueHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/MvcUriComponentsBuilderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.format.annotation.DateTimeFormat' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.format.annotation.DateTimeFormat' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.*. 44

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/PathVariableMapMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/PathVariableMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapterIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Value' 40
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Value' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 83
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 83
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 83
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 83

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 56
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 56
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 56

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerMappingTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestPartIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.eclipse.jetty.server.Server' 23
 Warning imports ImportOrder Extra separation in import group before 'org.eclipse.jetty.server.Server' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 60
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 60
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 60
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 60

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestPartMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.LocalVariableTableParameterNameDiscoverer' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.LocalVariableTableParameterNameDiscoverer' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 55
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 55
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 55
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 56

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessorMockTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 52
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 52
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 52
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 53

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 25
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 25
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.annotation.JsonView' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.ProxyFactory' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 59
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 59
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 59

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ResponseBodyAdviceChainTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 42

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ResponseEntityExceptionHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.ConversionNotSupportedException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.ConversionNotSupportedException' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 56
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 56
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 56

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ServletAnnotationControllerHandlerMethodTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 56
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 56
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator' 58
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator' 58
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 140
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 140
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 140
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 140

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ServletCookieValueMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ServletInvocableHandlerMethodTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 49
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 49
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 49
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 50

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ServletModelAttributeMethodProcessorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ServletRequestMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 44
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 44

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ServletResponseMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/UriComponentsBuilderMethodArgumentResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/UriTemplateServletAnnotationControllerHandlerMethodTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.RootBeanDefinition' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.RootBeanDefinition' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 55
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 55
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 55

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ViewMethodReturnValueHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ViewNameMethodReturnValueHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.MethodParameter' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/multiaction/MultiActionControllerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.FatalBeanException' 31

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/support/DefaultHandlerExceptionResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.ConversionNotSupportedException' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.ConversionNotSupportedException' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 46

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/support/ParameterizableViewControllerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/support/RedirectAttributesModelMapTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.convert.converter.Converter' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/AppCacheManifestTransformerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/CachingResourceResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.cache.Cache' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/ContentBasedVersionStrategyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 20
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/CssLinkResourceTransformerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/FixedVersionStrategyTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/GzipResourceResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/PathResourceResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/ResourceHttpRequestHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/ResourceTransformerSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/ResourceUrlEncodingFilterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.servlet.FilterChain' 23
 Warning imports ImportOrder Extra separation in import group before 'javax.servlet.FilterChain' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/ResourceUrlProviderJavaConfigTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Configuration' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Configuration' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/ResourceUrlProviderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 36

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/VersionResourceResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 31

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/support/AnnotationConfigDispatcherServletInitializerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 46

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/support/DispatcherServletInitializerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockServletContext' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockServletContext' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/support/FlashMapManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/support/RequestContextTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/support/ServletUriComponentsBuilderTests.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Wrong order for 'org.junit.Before' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpRequest' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpRequest' 25

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/AbstractTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/ArgumentTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockBodyContent' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockBodyContent' 24

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/BindTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.CustomDateEditor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.CustomDateEditor' 29

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/EvalTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.GenericApplicationContext' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.GenericApplicationContext' 25

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/HtmlEscapeTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockServletContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockServletContext' 24

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/MessageTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.MessageSourceResolvable' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.MessageSourceResolvable' 27

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/ParamTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockBodyContent' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockBodyContent' 24

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/ThemeTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.MessageSourceResolvable' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.MessageSourceResolvable' 27

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/UrlTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/AbstractFormTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/AbstractHtmlElementTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 40

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/ButtonTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 22

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/CheckboxTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 30
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.StringTrimmerEditor' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.StringTrimmerEditor' 34

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/CheckboxesTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 34
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.StringTrimmerEditor' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.StringTrimmerEditor' 38

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/ErrorsTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockBodyContent' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockBodyContent' 28

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/FormTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 26

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/HiddenInputTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 22

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/InputTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 23

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/LabelTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockPageContext' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockPageContext' 22

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/OptionTagEnumTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.CustomEnum' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.CustomEnum' 22

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/OptionTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.StringArrayPropertyEditor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.StringArrayPropertyEditor' 27

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/OptionsTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 30
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 35

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/RadioButtonTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 25
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.Pet' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.Pet' 29

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/RadioButtonsTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 32
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.StringTrimmerEditor' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.StringTrimmerEditor' 37

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/SelectTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Attribute' 35
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Attribute' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.CustomCollectionEditor' 41
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.propertyeditors.CustomCollectionEditor' 41

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/TagIdGeneratorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockPageContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockPageContext' 23

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/TagWriterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/TextareaTagTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.sample.beans.TestBean' 21

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/theme/ThemeResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 21

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/BaseViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextException' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 38

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/ContentNegotiatingViewResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 48
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 48
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 48
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 49

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/DefaultRequestToViewNameTranslatorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/DummyMacroRequestContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.servlet.support.BindStatus' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.servlet.support.BindStatus' 23

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/InternalResourceViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 32

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/RedirectViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 46

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/RedirectViewUriTemplateTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/ResourceBundleViewResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 25
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanIsAbstractException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanIsAbstractException' 27

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/ViewResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 56
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 56
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 56

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/document/ExcelViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'jxl.Cell' 27
 Warning imports ImportOrder Extra separation in import group before 'jxl.Cell' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 42
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 50
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 50
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 50

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/feed/AtomFeedViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.rometools.rome.feed.atom.Content' 27
 Warning imports ImportOrder Extra separation in import group before 'com.rometools.rome.feed.atom.Content' 27
 Warning imports ImportOrder Wrong order for 'com.rometools.rome.feed.atom.Content' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLUnit.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLUnit.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/feed/RssFeedViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.rometools.rome.feed.rss.Channel' 26
 Warning imports ImportOrder Extra separation in import group before 'com.rometools.rome.feed.rss.Channel' 26
 Warning imports ImportOrder Wrong order for 'com.rometools.rome.feed.rss.Channel' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.custommonkey.xmlunit.XMLAssert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLAssert.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.XMLUnit.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.custommonkey.xmlunit.XMLUnit.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/freemarker/FreeMarkerConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'freemarker.template.Configuration' 23
 Warning imports ImportOrder Extra separation in import group before 'freemarker.template.Configuration' 23
 Warning imports ImportOrder Wrong order for 'freemarker.template.Configuration' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.DefaultListableBeanFactory' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/freemarker/FreeMarkerMacroTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'freemarker.template.Configuration' 26
 Warning imports ImportOrder Extra separation in import group before 'freemarker.template.Configuration' 26
 Warning imports ImportOrder Wrong order for 'freemarker.template.Configuration' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ClassPathResource' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 49
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 49
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 49

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/freemarker/FreeMarkerViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'freemarker.ext.servlet.AllHttpScopesHashModel' 28
 Warning imports ImportOrder Extra separation in import group before 'freemarker.ext.servlet.AllHttpScopesHashModel' 28
 Warning imports ImportOrder Wrong order for 'freemarker.ext.servlet.AllHttpScopesHashModel' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextException' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 48

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/groovy/GroovyMarkupConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'groovy.text.TemplateEngine' 24
 Warning imports ImportOrder Extra separation in import group before 'groovy.text.TemplateEngine' 24
 Warning imports ImportOrder Wrong order for 'groovy.text.TemplateEngine' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContextHolder' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.i18n.LocaleContextHolder' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/groovy/GroovyMarkupViewResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 20
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 23

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/groovy/GroovyMarkupViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'groovy.text.Template' 26
 Warning imports ImportOrder Extra separation in import group before 'groovy.text.Template' 26
 Warning imports ImportOrder Wrong order for 'groovy.text.Template' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 48

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/jasperreports/AbstractConfigurableJasperReportsViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 23
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 23

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/jasperreports/AbstractJasperReportsTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.data.JRBeanCollectionDataSource' 25
 Warning imports ImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.data.JRBeanCollectionDataSource' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 29

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/jasperreports/AbstractJasperReportsViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JRDataSource' 28
 Warning imports ImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JRDataSource' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextException' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 46

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/jasperreports/ExporterParameterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JRExporterParameter' 24
 Warning imports ImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JRExporterParameter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockServletContext' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockServletContext' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/jasperreports/JasperReportViewResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 23

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/jasperreports/JasperReportsHtmlViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionReader' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionReader' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/jasperreports/JasperReportsMultiFormatViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JasperPrint' 24
 Warning imports ImportOrder Extra separation in import group before 'net.sf.jasperreports.engine.JasperPrint' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.tests.Assume' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.tests.Assume' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/json/MappingJackson2JsonViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 28
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 28
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.annotation.JsonView' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 45
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 45
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 52
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 52
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 52
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 53

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/tiles3/TilesConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Configuration' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Configuration' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 32

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/tiles3/TilesViewResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tiles.request.Request' 20
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tiles.request.Request' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockServletContext' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockServletContext' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 29

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/tiles3/TilesViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tiles.request.AbstractRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tiles.request.AbstractRequest' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/velocity/TestVelocityEngine.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.Template' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.velocity.Template' 22

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/velocity/VelocityConfigurerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 27
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.io.ByteArrayResource' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.io.ByteArrayResource' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 41

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/velocity/VelocityMacroTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 24
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 29

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/velocity/VelocityRenderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.Template' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.velocity.Template' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 45

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/velocity/VelocityToolboxViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.Template' 8
 Warning imports ImportOrder Extra separation in import group before 'org.apache.velocity.Template' 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 17
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 22
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/velocity/VelocityViewResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.Template' 5
 Warning imports ImportOrder Extra separation in import group before 'org.apache.velocity.Template' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.support.StaticWebApplicationContext' 9
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.support.StaticWebApplicationContext' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 14
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 14
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 14
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 14

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/velocity/VelocityViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.Template' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.velocity.Template' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContextException' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 48

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/xml/MappingJackson2XmlViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 25
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonView' 25
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.annotation.JsonView' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 42
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 48
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 48
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 48
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 49

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/xml/MarshallingViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpServletRequest' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 36

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/xslt/XsltViewResolverTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 23

spring-framework/spring-webmvc/src/test/java/org/springframework/web/servlet/view/xslt/XsltViewTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 31
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 38
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.support.StaticApplicationContext' 38
 Warning imports ImportOrder Wrong order for 'org.springframework.context.support.StaticApplicationContext' import. 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 45
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 45

spring-framework/spring-webmvc/src/test/java/org/springframework/web/util/NestedServletExceptionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NestedExceptionUtils' 5
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NestedExceptionUtils' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 7
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 7
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 7

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/WebSocketExtension.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/WebSocketHttpHeaders.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/WebSocketSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/adapter/AbstractWebSocketSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 26

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/adapter/jetty/JettyWebSocketHandlerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/adapter/jetty/JettyWebSocketSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.eclipse.jetty.websocket.api.Session' 27
 Warning imports ImportOrder Extra separation in import group before 'org.eclipse.jetty.websocket.api.Session' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 30

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/adapter/jetty/WebSocketToJettyExtensionConfigAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.eclipse.jetty.websocket.api.extensions.ExtensionConfig' 21
 Warning imports ImportOrder Extra separation in import group before 'org.eclipse.jetty.websocket.api.extensions.ExtensionConfig' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.WebSocketExtension' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.WebSocketExtension' 23

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/adapter/standard/ConvertingEncoderDecoderSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 26

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/adapter/standard/StandardToWebSocketExtensionAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.LinkedCaseInsensitiveMap' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.LinkedCaseInsensitiveMap' 24

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/adapter/standard/StandardWebSocketHandlerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/adapter/standard/StandardWebSocketSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 31

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/adapter/standard/WebSocketToStandardExtensionAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.WebSocketExtension' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.WebSocketExtension' 23

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/client/AbstractWebSocketClient.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 29

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/client/ConnectionManagerSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.SmartLifecycle' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.SmartLifecycle' 24

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/client/WebSocketClient.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.concurrent.ListenableFuture' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.concurrent.ListenableFuture' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/client/WebSocketConnectionManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.Lifecycle' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.Lifecycle' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/client/jetty/JettyWebSocketClient.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.eclipse.jetty.websocket.api.Session' 26
 Warning imports ImportOrder Extra separation in import group before 'org.eclipse.jetty.websocket.api.Session' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.Lifecycle' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.Lifecycle' 30

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/client/standard/AnnotatedEndpointConnectionManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 23

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/client/standard/EndpointConnectionManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 31

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/client/standard/StandardWebSocketClient.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 36
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.AsyncListenableTaskExecutor' 36

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/client/standard/WebSocketContainerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 22

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/HandlersBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 24
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 24

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/MessageBrokerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.GenericBeanDefinition' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.GenericBeanDefinition' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.MutablePropertyValues' 29
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.MutablePropertyValues' import. 29

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/WebSocketMessageBrokerStats.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler' 28

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/WebSocketNamespaceUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 24
 Warning imports ImportOrder Wrong order for 'org.springframework.beans.factory.config.BeanDefinition' import. 24

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/AbstractWebSocketHandlerRegistration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 23
 Warning imports ImportOrder Wrong order for 'org.springframework.web.socket.server.support.DefaultHandshakeHandler' import. 32

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/AbstractWebSocketMessageBrokerConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.converter.MessageConverter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.converter.MessageConverter' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/DelegatingWebSocketConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/DelegatingWebSocketMessageBrokerConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 22

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/EnableWebSocket.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Import' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Import' 22

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/EnableWebSocketMessageBroker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Import' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Import' 22

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/ServletWebSocketHandlerRegistration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/ServletWebSocketHandlerRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 24

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/SockJsServiceRegistration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 23

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebMvcStompEndpointRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationContext' 24

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebMvcStompWebSocketEndpointRegistration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 21
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 36
 Warning imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 36
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 36

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketMessageBrokerConfigurer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.converter.MessageConverter' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.converter.MessageConverter' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketTransportRegistration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.handler.WebSocketHandlerDecoratorFactory' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.handler.WebSocketHandlerDecoratorFactory' 23

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/handler/BinaryWebSocketHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/handler/ConcurrentWebSocketSessionDecorator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 29

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/handler/ExceptionWebSocketHandlerDecorator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 22

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/handler/LoggingWebSocketHandlerDecorator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 22

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/handler/PerConnectionWebSocketHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 25

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/handler/TextWebSocketHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.BinaryMessage' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.BinaryMessage' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/handler/WebSocketSessionDecorator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/messaging/StompSubProtocolHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.ApplicationEvent' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.ApplicationEvent' 32

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/messaging/SubProtocolHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.Message' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/messaging/SubProtocolWebSocketHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.SmartLifecycle' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.SmartLifecycle' 34

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/HandshakeHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/HandshakeInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/RequestUpgradeStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 23

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/jetty/JettyRequestUpgradeStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.eclipse.jetty.websocket.api.UpgradeRequest' 27
 Warning imports ImportOrder Extra separation in import group before 'org.eclipse.jetty.websocket.api.UpgradeRequest' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.NamedThreadLocal' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.NamedThreadLocal' 37

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/AbstractStandardUpgradeStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 32
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 35
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 35

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/AbstractTyrusRequestUpgradeStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.glassfish.tyrus.core.ComponentProviderService' 36
 Warning imports ImportOrder Extra separation in import group before 'org.glassfish.tyrus.core.ComponentProviderService' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 47
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 47

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/GlassFishRequestUpgradeStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.glassfish.tyrus.core.TyrusUpgradeResponse' 27
 Warning imports ImportOrder Extra separation in import group before 'org.glassfish.tyrus.core.TyrusUpgradeResponse' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.ReflectionUtils' 33

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/ServerEndpointExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.InitializingBean' 30

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/ServerEndpointRegistration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanFactory' 31

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/ServletServerContainerFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 23

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/SpringConfigurator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.annotation.AnnotationUtils' 28

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/TomcatRequestUpgradeStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tomcat.websocket.server.WsServerContainer' 30
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tomcat.websocket.server.WsServerContainer' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 32

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/UndertowRequestUpgradeStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'io.undertow.server.HttpServerExchange' 33
 Warning imports ImportOrder Extra separation in import group before 'io.undertow.server.HttpServerExchange' 33
 Warning imports ImportOrder Wrong order for 'io.undertow.server.HttpServerExchange' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 53
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 53
 Warning imports ImportOrder Wrong order for 'org.springframework.http.server.ServerHttpRequest' import. 53

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/WebLogicRequestUpgradeStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.glassfish.tyrus.core.TyrusUpgradeResponse' 33
 Warning imports ImportOrder Extra separation in import group before 'org.glassfish.tyrus.core.TyrusUpgradeResponse' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 39
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanWrapper' 39

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/support/DefaultHandshakeHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 31

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/support/HandshakeInterceptorChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 26

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/support/HttpSessionHandshakeInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 25

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/support/OriginHandshakeInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 28

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/server/support/WebSocketHttpRequestHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 31

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/AbstractClientSockJsSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 28

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/AbstractXhrTransport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/DefaultTransportRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 29

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/JettyXhrTransport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.eclipse.jetty.client.HttpClient' 24
 Warning imports ImportOrder Extra separation in import group before 'org.eclipse.jetty.client.HttpClient' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.Lifecycle' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.Lifecycle' 32

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/RestTemplateXhrTransport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.SimpleAsyncTaskExecutor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.SimpleAsyncTaskExecutor' 24

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/SockJsClient.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.Lifecycle' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.Lifecycle' 31

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/SockJsUrlInfo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.IdGenerator' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.IdGenerator' 22

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/Transport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.concurrent.ListenableFuture' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.concurrent.ListenableFuture' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/TransportRequest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 6
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 6

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/UndertowXhrTransport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'io.undertow.client.ClientCallback' 28
 Warning imports ImportOrder Extra separation in import group before 'io.undertow.client.ClientCallback' 28
 Warning imports ImportOrder Wrong order for 'io.undertow.client.ClientCallback' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 52
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 52
 Warning imports ImportOrder Wrong order for 'org.springframework.http.HttpHeaders' import. 52

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/WebSocketClientSockJsSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 24

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/WebSocketTransport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.Lifecycle' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.Lifecycle' 27

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/XhrClientSockJsSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/XhrTransport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.TextMessage' 5
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.TextMessage' 5

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame/Jackson2SockJsMessageCodec.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.jackson.core.io.JsonStringEncoder' 22
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.jackson.core.io.JsonStringEncoder' 22
 Warning imports ImportOrder Wrong order for 'com.fasterxml.jackson.core.io.JsonStringEncoder' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' 27

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame/SockJsFrame.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.StringUtils' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/support/AbstractSockJsService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 33

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/support/SockJsHttpRequestHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 24

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/SockJsSessionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.WebSocketHandler' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.WebSocketHandler' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/TransportHandlingSockJsService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 30

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/TransportType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpMethod' 25

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/AbstractHttpReceivingTransportHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 22

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/AbstractHttpSendingTransportHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 22

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/AbstractTransportHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.sockjs.transport.SockJsServiceConfig' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.sockjs.transport.SockJsServiceConfig' 24

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/DefaultSockJsService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 27

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/EventSourceTransportHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 22

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/HtmlFileTransportHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 22

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/JsonpPollingTransportHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/JsonpReceivingTransportHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/SockJsWebSocketHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 23

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/WebSocketTransportHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/XhrPollingTransportHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/XhrReceivingTransportHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/XhrStreamingTransportHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 22

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/session/AbstractHttpSockJsSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 29

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/session/AbstractSockJsSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 31

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/session/PollingSockJsSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.WebSocketHandler' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.WebSocketHandler' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/session/StreamingSockJsSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.WebSocketHandler' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.WebSocketHandler' 21

spring-framework/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/session/WebSocketServerSockJsSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 28

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/AbstractHttpRequestTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 21

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/AbstractWebSocketIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.Lifecycle' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.Lifecycle' 30

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/ContextLoaderTestUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.ContextLoader' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.ContextLoader' 22

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/JettyWebSocketTestServer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.eclipse.jetty.server.Server' 23
 Warning imports ImportOrder Extra separation in import group before 'org.eclipse.jetty.server.Server' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 28

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/TextMessageTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 22
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 22

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/TomcatWebSocketTestServer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.catalina.Context' 25
 Warning imports ImportOrder Extra separation in import group before 'org.apache.catalina.Context' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 33

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/UndertowTestServer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'io.undertow.Undertow' 25
 Warning imports ImportOrder Extra separation in import group before 'io.undertow.Undertow' 25
 Warning imports ImportOrder Wrong order for 'io.undertow.Undertow' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.Assert' 37
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.Assert' 37
 Warning imports ImportOrder Wrong order for 'org.springframework.util.Assert' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'io.undertow.servlet.Servlets.*' 42
 Warning imports ImportOrder Extra separation in import group before 'io.undertow.servlet.Servlets.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - io.undertow.servlet.Servlets.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - io.undertow.servlet.Servlets.*. 42

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/WebSocketExtensionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/WebSocketIntegrationTests.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 20
 Warning imports CustomImportOrder Extra separation in import group before 'java.net.URI' 22
 Warning imports ImportOrder Extra separation in import group before 'java.net.URI' 22
 Warning imports ImportOrder Wrong order for 'java.net.URI' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 33

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/WebSocketTestServer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.context.WebApplicationContext' 21

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/adapter/jetty/JettyWebSocketHandlerAdapterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 29

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/adapter/jetty/JettyWebSocketSessionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.eclipse.jetty.websocket.api.Session' 22
 Warning imports ImportOrder Extra separation in import group before 'org.eclipse.jetty.websocket.api.Session' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.handler.TestPrincipal' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.handler.TestPrincipal' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 32

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/adapter/standard/ConvertingEncoderDecoderSupportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 43
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 43
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 44

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/adapter/standard/StandardWebSocketHandlerAdapterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 31

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/adapter/standard/StandardWebSocketSessionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 30

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/client/WebSocketConnectionManagerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.Lifecycle' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.Lifecycle' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/client/jetty/JettyWebSocketClientTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.eclipse.jetty.server.Server' 22
 Warning imports ImportOrder Extra separation in import group before 'org.eclipse.jetty.server.Server' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.SimpleAsyncTaskExecutor' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.SimpleAsyncTaskExecutor' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/client/standard/StandardWebSocketClientTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.SimpleAsyncTaskExecutor' 33
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.SimpleAsyncTaskExecutor' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 40

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/config/HandlersBeanDefinitionParserTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 27
 Warning imports ImportOrder Wrong order for 'org.junit.Before' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.XmlBeanDefinitionReader' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.xml.XmlBeanDefinitionReader' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 68
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 68
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 68
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 68
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 69
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 69

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/config/MessageBrokerBeanDefinitionParserTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 78
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 78
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 78
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 78
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 79
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 79

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/config/annotation/WebMvcStompEndpointRegistryTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.SubscribableChannel' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.SubscribableChannel' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/config/annotation/WebMvcStompWebSocketEndpointRegistrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.MessageChannel' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.MessageChannel' 26
 Warning imports ImportOrder Wrong order for 'org.springframework.web.socket.server.support.DefaultHandshakeHandler' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 43

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/config/annotation/WebSocketConfigurationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/config/annotation/WebSocketHandlerRegistrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 27
 Warning imports ImportOrder Wrong order for 'org.springframework.web.socket.server.support.DefaultHandshakeHandler' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/config/annotation/WebSocketMessageBrokerConfigurationSupportTests.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 22
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 24
 Warning imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 24
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/handler/BeanCreatingHandlerProviderTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeanInstantiationException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeanInstantiationException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/handler/ConcurrentWebSocketSessionDecoratorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/handler/ExceptionWebSocketHandlerDecoratorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 27

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/handler/PerConnectionWebSocketHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.DisposableBean' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 26

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/handler/TestWebSocketSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 28

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/handler/WebSocketHandlerDecoratorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/handler/WebSocketHttpHeadersTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.WebSocketExtension' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.WebSocketExtension' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/messaging/StompSubProtocolHandlerTests.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.reset. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.times. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verifyNoMoreInteractions. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verifyZeroInteractions. 31
 Warning imports CustomImportOrder Extra separation in import group before 'java.nio.ByteBuffer' 33
 Warning imports ImportOrder Extra separation in import group before 'java.nio.ByteBuffer' 33
 Warning imports ImportOrder Wrong order for 'java.nio.ByteBuffer' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 41

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/messaging/StompTextMessageBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.simp.stomp.StompCommand' 23
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.simp.stomp.StompCommand' 23

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/messaging/StompWebSocketIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 34
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 63
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 63
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 63
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 63
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.web.socket.messaging.StompTextMessageBuilder.*. 64
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.web.socket.messaging.StompTextMessageBuilder.*. 64

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/messaging/SubProtocolWebSocketHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.DirectFieldAccessor' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 36

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/server/DefaultHandshakeHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.AbstractHttpRequestTests' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.AbstractHttpRequestTests' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 37
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 37
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 37

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/server/standard/ServerEndpointExporterTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.Mockito.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.Mockito.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 34

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/server/standard/ServerEndpointRegistrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/server/standard/SpringConfiguratorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/server/support/HandshakeInterceptorChainTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.AbstractHttpRequestTests' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.AbstractHttpRequestTests' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 31

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/server/support/HttpSessionHandshakeInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpSession' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.mock.web.test.MockHttpSession' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/server/support/OriginHandshakeInterceptorTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 25
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 25
 Warning imports ImportOrder Wrong order for 'org.junit.Test' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 29

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/AbstractSockJsIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 38
 Warning imports ImportOrder Extra separation in import group before 'org.apache.commons.logging.Log' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 46
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.annotation.Autowired' 46
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 63
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 63
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 63
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 63

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/ClientSockJsSessionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.concurrent.SettableListenableFuture' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.concurrent.SettableListenableFuture' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 40
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 41

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/DefaultTransportRequestTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 30
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Matchers.any. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 40

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/JettySockJsIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 21

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/RestTemplateXhrTransportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.core.task.SyncTaskExecutor' 32
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.core.task.SyncTaskExecutor' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 59
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.BDDMockito.*' 59
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 59

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/SockJsClientTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 34

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/SockJsUrlInfoTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.sockjs.transport.TransportType' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.sockjs.transport.TransportType' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 27
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 28

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/TestTransport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.ArgumentCaptor' 23
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.ArgumentCaptor' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.util.concurrent.ListenableFuture' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.util.concurrent.ListenableFuture' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.mockito.Mockito.*' 32
 Warning imports ImportOrder Extra separation in import group before 'org.mockito.Mockito.*' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 32

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/UndertowSockJsIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 21

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/XhrTransportTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 35

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/frame/SockJsFrameTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/support/SockJsServiceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 24
 Warning imports ImportOrder Wrong order for 'org.junit.Before' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpStatus' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 39

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/TransportTypeTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 21

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/handler/DefaultSockJsServiceTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 42
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 43

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/handler/HttpReceivingTransportHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 22
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.MediaType' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 32

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/handler/HttpSendingTransportHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 35

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/handler/SockJsWebSocketHandlerTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.messaging.SubscribableChannel' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.messaging.SubscribableChannel' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 30

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/session/AbstractSockJsSessionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.scheduling.TaskScheduler' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 25

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/session/HttpSockJsSessionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.server.ServerHttpRequest' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 39

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/session/SockJsSessionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 36

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/session/TestHttpSockJsSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 24

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/session/TestSockJsSession.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.http.HttpHeaders' 27

spring-framework/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/session/WebSocketServerSockJsSessionTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 29
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.web.socket.CloseStatus' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.*. 39

spring-framework/src/test/java/com/foo/ComponentBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.config.BeanDefinition' 21

spring-framework/src/test/java/com/foo/ComponentBeanDefinitionParserTests.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 20
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.List' 22
 Warning imports ImportOrder Extra separation in import group before 'java.util.List' 22
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.AfterClass' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.AfterClass' 24

spring-framework/src/test/java/com/foo/ComponentFactoryBean.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.FactoryBean' 21

spring-framework/src/test/java/org/springframework/aop/config/AopNamespaceHandlerScopeIntegrationTests.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.String.format. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 25
 Warning imports ImportOrder Wrong order for 'org.junit.Before' import. 25

spring-framework/src/test/java/org/springframework/aop/framework/autoproxy/AdvisorAutoProxyCreatorIntegrationTests.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 21
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 23
 Warning imports ImportOrder Extra separation in import group before 'java.io.IOException' 23
 Warning imports ImportOrder Wrong order for 'java.io.IOException' import. 23
 Warning imports CustomImportOrder Extra separation in import group before 'javax.servlet.ServletException' 27
 Warning imports ImportOrder Extra separation in import group before 'javax.servlet.ServletException' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29

spring-framework/src/test/java/org/springframework/cache/annotation/EnableCachingIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.Advisor' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.*' 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 37

spring-framework/src/test/java/org/springframework/context/annotation/jsr330/ClassPathBeanDefinitionScannerJsr330ScopeIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 26
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 27
 Warning imports ImportOrder Wrong order for 'org.junit.Before' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 31
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 31

spring-framework/src/test/java/org/springframework/context/annotation/scope/ClassPathBeanDefinitionScannerScopeIntegrationTests.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 20
 Warning imports ImportOrder Wrong order for 'org.junit.Before' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 24
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.aop.support.AopUtils' 24

spring-framework/src/test/java/org/springframework/core/env/EnvironmentIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionRegistry' 25
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.BeanDefinitionRegistry' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 64
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 64
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 64
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 64
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 65
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 65
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 66
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.*. 66
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.context.ConfigurableApplicationContext.*. 67
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.context.ConfigurableApplicationContext.*. 67
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.springframework.core.env.EnvironmentIntegrationTests.Constants.*. 68
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.env.EnvironmentIntegrationTests.Constants.*. 68

spring-framework/src/test/java/org/springframework/core/env/PropertyPlaceholderConfigurerEnvironmentIntegrationTests.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.beans.factory.support.BeanDefinitionBuilder.rootBeanDefinition. 19
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 21
 Warning imports ImportOrder Wrong order for 'org.junit.Test' import. 21

spring-framework/src/test/java/org/springframework/core/env/scan1/package-info.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.env.EnvironmentIntegrationTests.Constants.DEV_ENV_NAME. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.env.EnvironmentIntegrationTests.Constants.PROD_ENV_NAME. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 26
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Bean' 26
 Warning imports ImportOrder Wrong order for 'org.springframework.context.annotation.Bean' import. 26

spring-framework/src/test/java/org/springframework/core/env/scan2/package-info.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.env.EnvironmentIntegrationTests.Constants.DEV_BEAN_NAME. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.env.EnvironmentIntegrationTests.Constants.DEV_ENV_NAME. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.env.EnvironmentIntegrationTests.Constants.PROD_BEAN_NAME. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.springframework.core.env.EnvironmentIntegrationTests.Constants.PROD_ENV_NAME. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.context.annotation.Profile' 28
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.context.annotation.Profile' 28
 Warning imports ImportOrder Wrong order for 'org.springframework.context.annotation.Profile' import. 28

spring-framework/src/test/java/org/springframework/expression/spel/support/BeanFactoryTypeConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.springframework.beans.BeansException' 21

spring-framework/src/test/java/org/springframework/expression/spel/support/Spr7538Tests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 23

spring-framework/src/test/java/org/springframework/scheduling/annotation/ScheduledAndTransactionalAnnotationIntegrationTests.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.Matchers.*' 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 39
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.BDDMockito.*. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.BDDMockito.*. 40

spring-framework/src/test/java/org/springframework/transaction/annotation/EnableTransactionManagementIntegrationTests.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 23
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 25
 Warning imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 25
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'javax.sql.DataSource' 29
 Warning imports ImportOrder Extra separation in import group before 'javax.sql.DataSource' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 31

spring-framework/src/test/java/org/springframework/transaction/annotation/ProxyAnnotationDiscoveryTests.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.instanceOf. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.not. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 24
 Warning imports ImportOrder Wrong order for 'org.junit.Test' import. 24